[svn] / branches / release-0_9_1-fixes / xvidcore / src / encoder.c Repository:
ViewVC logotype

Diff of /branches/release-0_9_1-fixes/xvidcore/src/encoder.c

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

revision 1097, Mon Jul 28 12:29:07 2003 UTC revision 1098, Mon Jul 28 12:39:32 2003 UTC
# Line 52  Line 52 
52   *  exception also makes it possible to release a modified version which   *  exception also makes it possible to release a modified version which
53   *  carries forward this exception.   *  carries forward this exception.
54   *   *
55   * $Id: encoder.c,v 1.90.2.2 2003-05-28 16:44:38 edgomez Exp $   * $Id: encoder.c,v 1.90.2.3 2003-07-28 12:39:23 edgomez Exp $
56   *   *
57   ****************************************************************************/   ****************************************************************************/
58    
# Line 550  Line 550 
550           * BitstreamPutBits(&bs, 0xFFFF, 16);           * BitstreamPutBits(&bs, 0xFFFF, 16);
551           * BitstreamPutBits(&bs, 0xFFFF, 16);           * BitstreamPutBits(&bs, 0xFFFF, 16);
552           */           */
553          BitstreamPad(&bs);          BitstreamPadAlways(&bs); /* next_start_code() at the end of Video Object Plane */
554          pFrame->length = BitstreamLength(&bs);          pFrame->length = BitstreamLength(&bs);
555    
556          if (pResult) {          if (pResult) {

Legend:
Removed from v.1097  
changed lines
  Added in v.1098

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