[cvs] / xvidcore / examples / xvid_encraw.c Repository:
ViewVC logotype

Diff of /xvidcore/examples/xvid_encraw.c

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

revision 1.11.2.38, Wed Dec 10 22:58:32 2003 UTC revision 1.11.2.39, Tue Dec 16 09:24:48 2003 UTC
# Line 363  Line 363 
363   *                            Arguments checking   *                            Arguments checking
364   ****************************************************************************/   ****************************************************************************/
365    
366          if (XDIM <= 0 || XDIM >= 2048 || YDIM <= 0 || YDIM >= 2048) {          if (XDIM <= 0 || XDIM >= 4096 || YDIM <= 0 || YDIM >= 4096) {
367                  fprintf(stderr,                  fprintf(stderr,
368                                  "Trying to retreive width and height from PGM header\n");                                  "Trying to retreive width and height from PGM header\n");
369                  ARG_INPUTTYPE = 1;              /* pgm */                  ARG_INPUTTYPE = 1;              /* pgm */
# Line 1095  Line 1095 
1095          /* Set up core's general features */          /* Set up core's general features */
1096          xvid_enc_frame.vop_flags = vop_presets[ARG_QUALITY];          xvid_enc_frame.vop_flags = vop_presets[ARG_QUALITY];
1097          if (ARG_GMC)          if (ARG_GMC)
1098                  xvid_enc_frame.vop_flags |= XVID_ME_GME_REFINE;                  xvid_enc_frame.vol_flags |= XVID_ME_GME_REFINE;
1099    
1100      if (ARG_VOPDEBUG) {      if (ARG_VOPDEBUG) {
1101          xvid_enc_frame.vop_flags |= XVID_VOP_DEBUG;          xvid_enc_frame.vop_flags |= XVID_VOP_DEBUG;

Legend:
Removed from v.1.11.2.38  
changed lines
  Added in v.1.11.2.39

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