[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.49.2.9, Sat Jun 28 15:48:39 2003 UTC revision 1.49.2.10, Sat Aug 2 15:08:12 2003 UTC
# Line 169  Line 169 
169  {  {
170          DECODER *dec;          DECODER *dec;
171    
172          if (XVID_MAJOR(create->version) != 1)   /* v1.x.x */          if (XVID_VERSION_MAJOR(create->version) != 1)   /* v1.x.x */
173                  return XVID_ERR_VERSION;                  return XVID_ERR_VERSION;
174    
175          dec = xvid_malloc(sizeof(DECODER), CACHE_LINE);          dec = xvid_malloc(sizeof(DECODER), CACHE_LINE);
# Line 1733  Line 1733 
1733          int success, output, seen_something;          int success, output, seen_something;
1734          idctFuncPtr idct_save;          idctFuncPtr idct_save;
1735    
1736          if (XVID_MAJOR(frame->version) != 1 || (stats && XVID_MAJOR(stats->version) != 1))      /* v1.x.x */          if (XVID_VERSION_MAJOR(frame->version) != 1 || (stats && XVID_VERSION_MAJOR(stats->version) != 1))      /* v1.x.x */
1737                  return XVID_ERR_VERSION;                  return XVID_ERR_VERSION;
1738    
1739          start_global_timer();          start_global_timer();

Legend:
Removed from v.1.49.2.9  
changed lines
  Added in v.1.49.2.10

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