[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 847, Thu Feb 13 17:31:35 2003 UTC revision 927, Mon Mar 17 23:09:27 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 2003-02-04 22:00:44 edgomez Exp $   * $Id: encoder.c,v 1.90.2.1 2003-03-17 23:09:27 edgomez Exp $
56   *   *
57   ****************************************************************************/   ****************************************************************************/
58    
# Line 543  Line 543 
543    
544          }          }
545    
546          BitstreamPutBits(&bs, 0xFFFF, 16);          /* Fix from CVS_HEAD (2003-03-17)
547          BitstreamPutBits(&bs, 0xFFFF, 16);           *
548             * Relic from OpenDivX - now disabled
549             *
550             * BitstreamPutBits(&bs, 0xFFFF, 16);
551             * BitstreamPutBits(&bs, 0xFFFF, 16);
552             */
553          BitstreamPad(&bs);          BitstreamPad(&bs);
554          pFrame->length = BitstreamLength(&bs);          pFrame->length = BitstreamLength(&bs);
555    

Legend:
Removed from v.847  
changed lines
  Added in v.927

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