[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.19, Tue Jul 5 20:55:12 2005 UTC revision 1.20, Mon Aug 1 10:53:46 2005 UTC
# Line 240  Line 240 
240          int stats_type;          int stats_type;
241          int stats_quant;          int stats_quant;
242          int stats_length;          int stats_length;
243          int use_assembler = 1;  // this default changed!          int use_assembler = 1;
244    
245          int input_num;          int input_num;
246          int output_num;          int output_num;
# Line 351  Line 351 
351                          ARG_OUTPUTFILE = argv[i];                          ARG_OUTPUTFILE = argv[i];
352                  } else if (strcmp("-vop_debug", argv[i]) == 0) {                  } else if (strcmp("-vop_debug", argv[i]) == 0) {
353                          ARG_VOPDEBUG = 1;                          ARG_VOPDEBUG = 1;
354                  }                  } else if (strcmp("-grey", argv[i]) == 0) {
                 else if (strcmp("-grey", argv[i]) == 0) {  
355                          ARG_GREYSCALE = 1;                          ARG_GREYSCALE = 1;
356                  }                  } else if (strcmp("-qpel", argv[i]) == 0) {
                 else if (strcmp("-qpel", argv[i]) == 0) {  
357                          ARG_QPEL = 1;                          ARG_QPEL = 1;
358                  } else if (strcmp("-gmc", argv[i]) == 0) {                  } else if (strcmp("-gmc", argv[i]) == 0) {
359                          ARG_GMC = 1;                          ARG_GMC = 1;

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

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