[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.44, Tue Nov 26 23:44:09 2002 UTC revision 1.45, Sun Dec 15 01:21:12 2002 UTC
# Line 1179  Line 1179 
1179                          }                          }
1180    
1181                          if (!BitstreamGetBit(bs)) {     /* modb=='0' */                          if (!BitstreamGetBit(bs)) {     /* modb=='0' */
1182                                  const uint8_t modb2 = BitstreamGetBit(bs);                                  const uint8_t modb2 = (uint8_t)BitstreamGetBit(bs);
1183    
1184                                  mb->mb_type = get_mbtype(bs);                                  mb->mb_type = get_mbtype(bs);
1185    

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45

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