Index: cfg-mplayer.h =================================================================== RCS file: /cvsroot/mplayer/main/cfg-mplayer.h,v retrieving revision 1.187 diff -u -r1.187 cfg-mplayer.h --- cfg-mplayer.h 1 Jan 2003 12:02:48 -0000 1.187 +++ cfg-mplayer.h 1 Jan 2003 23:11:28 -0000 @@ -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}, Index: DOCS/mplayer.1 =================================================================== RCS file: /cvsroot/mplayer/main/DOCS/mplayer.1,v retrieving revision 1.298 diff -u -r1.298 mplayer.1 --- DOCS/mplayer.1 1 Jan 2003 20:02:47 -0000 1.298 +++ DOCS/mplayer.1 1 Jan 2003 23:11:29 -0000 @@ -1349,7 +1349,7 @@ .B \-jpeg (\-vo jpeg only) Specify options for the JPEG output. .br -Available options are: [no]progressiv, [no]baseline, optimize, smooth, quality +Available options are: [no]progressive, [no]baseline, optimize, smooth, quality and outdir. .TP .B \-monitor_dotclock (fbdev and vesa only)