[cvs] / xvidcore / src / decoder.c Repository:
ViewVC logotype

Diff of /xvidcore/src/decoder.c

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

revision 1.82, Tue Aug 10 14:17:23 2010 UTC revision 1.83, Tue Aug 10 15:00:34 2010 UTC
# Line 199  Line 199 
199    
200    if (create->fourcc == ((int)('X')|((int)('V')<<8)|    if (create->fourcc == ((int)('X')|((int)('V')<<8)|
201                           ((int)('I')<<16)|((int)('D')<<24))) { /* XVID */                           ((int)('I')<<16)|((int)('D')<<24))) { /* XVID */
202      dec->bs_version = 1; /* Initially assume oldest xvid version */      dec->bs_version = 0; /* Initially assume oldest xvid version */
203    }    }
204    else {    else {
205          dec->bs_version = 0xffff; /* Initialize to very high value -> assume bugfree stream */          dec->bs_version = 0xffff; /* Initialize to very high value -> assume bugfree stream */

Legend:
Removed from v.1.82  
changed lines
  Added in v.1.83

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