[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.33.2.15, Sun Dec 8 05:38:56 2002 UTC revision 1.33.2.16, Sun Dec 8 06:43:34 2002 UTC
# Line 509  Line 509 
509  static int  static int
510  xvid_init_convert(XVID_INIT_CONVERTINFO* convert)  xvid_init_convert(XVID_INIT_CONVERTINFO* convert)
511  {  {
512          const int flip1 = (convert->input.colorspace & XVID_CSP_VFLIP) ^ (convert->output.colorspace & XVID_CSP_VFLIP);          // const int flip1 = (convert->input.colorspace & XVID_CSP_VFLIP) ^ (convert->output.colorspace & XVID_CSP_VFLIP);
513          const int width = convert->width;          const int width = convert->width;
514          const int height = convert->height;          const int height = convert->height;
515          const int width2 = convert->width/2;          const int width2 = convert->width/2;

Legend:
Removed from v.1.33.2.15  
changed lines
  Added in v.1.33.2.16

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