[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.9, Thu Apr 4 13:58:06 2002 UTC revision 1.10, Mon Apr 8 23:50:15 2002 UTC
# Line 226  Line 226 
226                  stop_idct_timer();                  stop_idct_timer();
227          }          }
228    
229          if (pMB->field_dct)          if (dec->interlacing && pMB->field_dct)
230          {          {
231                  next_block = stride;                  next_block = stride;
232                  stride *= 2;                  stride *= 2;
# Line 334  Line 334 
334                  }                  }
335          }          }
336    
337          if (pMB->field_dct)          if (dec->interlacing && pMB->field_dct)
338          {          {
339                  next_block = stride;                  next_block = stride;
340                  stride *= 2;                  stride *= 2;

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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