summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-01 23:23:48 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-01 23:23:48 +0000
commit97cdc9e4dc23c71626212c2cd2ab707ff11febc4 (patch)
tree8ac989a898fe1c81255d2fe43247780428be3966 /cfg-mplayer.h
parent5959d63ef4d02c91c5b3a7075f27ff1f0a1e9d3f (diff)
downloadmpv-97cdc9e4dc23c71626212c2cd2ab707ff11febc4.tar.bz2
mpv-97cdc9e4dc23c71626212c2cd2ab707ff11febc4.tar.xz
[no]progressiv --> [no]progressive
There was an 'e' missing at the end. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8709 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index 9d14d2d607..589235e46f 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -145,8 +145,8 @@ struct config ao_plugin_conf[]={
#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},