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

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

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

revision 1566, Sun Dec 5 13:56:13 2004 UTC revision 1616, Tue May 17 21:03:32 2005 UTC
# Line 19  Line 19 
19   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
20   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
21   *   *
22   * $Id: bitstream.h,v 1.20 2004-12-05 13:56:13 syskin Exp $   * $Id: bitstream.h,v 1.21 2005-05-17 21:03:32 Skal Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
# 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.1566  
changed lines
  Added in v.1616

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