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

Diff of /xvidcore/src/bitstream/bitstream.c

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

revision 1.58, Tue Jul 24 09:43:10 2007 UTC revision 1.59, Tue Aug 10 15:00:06 2010 UTC
# Line 1024  Line 1024 
1024                                                  version, build, dec->packed_mode);                                                  version, build, dec->packed_mode);
1025                          }                          }
1026    
1027                            if ((dec->bs_version == 0) && (build > 0) &&
1028                                    (build != 1393)) { /* non-xvid stream with xvid fourcc */
1029                                    dec->bs_version = 0xffff;
1030                            }
1031    
1032                  } else                                  /* start_code == ? */                  } else                                  /* start_code == ? */
1033                  {                  {
1034                          if (BitstreamShowBits(bs, 24) == 0x000001) {                          if (BitstreamShowBits(bs, 24) == 0x000001) {

Legend:
Removed from v.1.58  
changed lines
  Added in v.1.59

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