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

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

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

revision 69, Tue Mar 26 11:16:08 2002 UTC revision 74, Thu Mar 28 12:26:44 2002 UTC
# Line 284  Line 284 
284    
285                                  }                                  }
286    
287                                  if (dec->interlacing = BitstreamGetBit(bs))                                  if ((dec->interlacing = BitstreamGetBit(bs)))
288                                  {                                  {
289                                          DEBUG("vol: interlacing");                                          DEBUG("vol: interlacing");
290                                  }                                  }
# Line 518  Line 518 
518    
519                                  if (dec->interlacing)                                  if (dec->interlacing)
520                                  {                                  {
521                                          if (dec->top_field_first = BitstreamGetBit(bs))                                          if ((dec->top_field_first = BitstreamGetBit(bs)))
522                                          {                                          {
523                                                  DEBUG("vop: top_field_first");                                                  DEBUG("vop: top_field_first");
524                                          }                                          }
525                                          if (dec->alternate_vertical_scan = BitstreamGetBit(bs))                                          if ((dec->alternate_vertical_scan = BitstreamGetBit(bs)))
526                                          {                                          {
527                                                  DEBUG("vop: alternate_vertical_scan");                                                  DEBUG("vop: alternate_vertical_scan");
528                                          }                                          }

Legend:
Removed from v.69  
changed lines
  Added in v.74

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