[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.8, Fri Mar 29 00:37:57 2002 UTC revision 1.10, Mon Apr 8 23:50:15 2002 UTC
# Line 111  Line 111 
111          }          }
112    
113          init_timer();          init_timer();
         create_vlc_tables();  
114    
115          return XVID_ERR_OK;          return XVID_ERR_OK;
116  }  }
# Line 124  Line 123 
123          image_destroy(&dec->cur, dec->edged_width, dec->edged_height);          image_destroy(&dec->cur, dec->edged_width, dec->edged_height);
124          xvid_free(dec);          xvid_free(dec);
125    
         destroy_vlc_tables();  
   
126          write_timer();          write_timer();
127          return XVID_ERR_OK;          return XVID_ERR_OK;
128  }  }
# Line 229  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 337  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.8  
changed lines
  Added in v.1.10

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