[cvs] / xvidcore / src / bitstream / bitstream.h Repository:
ViewVC logotype

Diff of /xvidcore/src/bitstream/bitstream.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.20, Sun Dec 5 13:56:13 2004 UTC revision 1.21, Tue May 17 21:03:32 2005 UTC
# Line 148  Line 148 
148  void BitstreamWriteUserData(Bitstream * const bs,  void BitstreamWriteUserData(Bitstream * const bs,
149                                                          uint8_t * data,                                                          uint8_t * data,
150                                                          const int length);                                                          const int length);
151    void
152    BitstreamWriteEndOfSequence(Bitstream * const bs);
153    
154    void
155    BitstreamWriteGroupOfVopHeader(Bitstream * const bs,
156                                   const MBParam * pParam,
157                                   uint32_t is_closed_gov);
158    
159    void write_video_packet_header(Bitstream * const bs,
160                                   const MBParam * pParam,
161                                   const FRAMEINFO * const frame,
162                                   int mbnum);
163    
164  /* initialise bitstream structure */  /* initialise bitstream structure */
165    

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4