From 97cdc9e4dc23c71626212c2cd2ab707ff11febc4 Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 1 Jan 2003 23:23:48 +0000 Subject: [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 --- cfg-mplayer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cfg-mplayer.h') 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}, -- cgit v1.2.3