[cvs] / xvidcore / src / xvid.c Repository:
ViewVC logotype

Diff of /xvidcore/src/xvid.c

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

revision 1.45.2.4, Sat May 17 13:26:42 2003 UTC revision 1.45.2.5, Mon Jun 9 01:16:57 2003 UTC
# Line 576  Line 576 
576          if (XVID_MAJOR(convert->version) != 1)   /* v1.x.x */          if (XVID_MAJOR(convert->version) != 1)   /* v1.x.x */
577                return XVID_ERR_VERSION;                return XVID_ERR_VERSION;
578    
579          // const int flip1 = (convert->input.colorspace & XVID_CSP_VFLIP) ^ (convert->output.colorspace & XVID_CSP_VFLIP);  #if 0
580            const int flip1 = (convert->input.colorspace & XVID_CSP_VFLIP) ^ (convert->output.colorspace & XVID_CSP_VFLIP);
581    #endif
582          width = convert->width;          width = convert->width;
583          height = convert->height;          height = convert->height;
584          width2 = convert->width/2;          width2 = convert->width/2;

Legend:
Removed from v.1.45.2.4  
changed lines
  Added in v.1.45.2.5

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