[Mplayer-cvslog] CVS: main cfg-mplayer.h,1.187,1.188
Diego Biurrun CVS
diego at mplayerhq.hu
Thu Jan 2 00:24:17 CET 2003
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv16276
Modified Files:
cfg-mplayer.h
Log Message:
[no]progressiv --> [no]progressive
There was an 'e' missing at the end.
Index: cfg-mplayer.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-mplayer.h,v
retrieving revision 1.187
retrieving revision 1.188
diff -u -r1.187 -r1.188
--- cfg-mplayer.h 1 Jan 2003 12:02:48 -0000 1.187
+++ cfg-mplayer.h 1 Jan 2003 23:23:44 -0000 1.188
@@ -145,8 +145,8 @@
#ifdef HAVE_JPEG
struct config jpeg_conf[]={
- {"progressiv", &jpeg_progressive_mode, CONF_TYPE_FLAG, 0, 0, 1, NULL},
- {"noprogressiv", &jpeg_progressive_mode, CONF_TYPE_FLAG, 0, 1, 0, NULL},
+ {"progressive", &jpeg_progressive_mode, CONF_TYPE_FLAG, 0, 0, 1, NULL},
+ {"noprogressive", &jpeg_progressive_mode, CONF_TYPE_FLAG, 0, 1, 0, NULL},
{"baseline", &jpeg_baseline, CONF_TYPE_FLAG, 0, 0, 1, NULL},
{"nobaseline", &jpeg_baseline, CONF_TYPE_FLAG, 0, 1, 0, NULL},
{"optimize", &jpeg_optimize, CONF_TYPE_INT, CONF_RANGE, 0, 100, NULL},
More information about the MPlayer-cvslog
mailing list