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

Diff of /trunk/xvidcore/examples/xvid_encraw.c

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

revision 1626, Mon Jul 11 22:10:24 2005 UTC revision 1627, Mon Aug 1 10:53:46 2005 UTC
# Line 21  Line 21 
21   *  along with this program; if not, write to the Free Software   *  along with this program; if not, write to the Free Software
22   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
23   *   *
24   * $Id: xvid_encraw.c,v 1.19 2005-07-05 20:55:12 chl Exp $   * $Id: xvid_encraw.c,v 1.20 2005-08-01 10:53:46 Isibaar Exp $
25   *   *
26   ****************************************************************************/   ****************************************************************************/
27    
# 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.1626  
changed lines
  Added in v.1627

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