changeset 8708:47e219bf777d

[no]progressiv --> [no]progressive There was an 'e' missing at the end.
author diego
date Wed, 01 Jan 2003 23:23:48 +0000
parents 0c05739def93
children 5ed237f98f82
files DOCS/French/mplayer.1 DOCS/German/mplayer.1 DOCS/Polish/mplayer.1 DOCS/mplayer.1 cfg-mplayer.h
diffstat 5 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/French/mplayer.1	Wed Jan 01 23:09:22 2003 +0000
+++ b/DOCS/French/mplayer.1	Wed Jan 01 23:23:48 2003 +0000
@@ -1393,7 +1393,7 @@
 .B \-jpeg <option1:option2:...> (\-vo jpeg uniquement)
 Spécifie les option de la sortie JPEG.
 .br
-Les options disponibles sont: [no]progressiv, [no]baseline, optimize, smooth,
+Les options disponibles sont: [no]progressive, [no]baseline, optimize, smooth,
 quality et outdir.
 .TP
 .B \-monitor_dotclock <dotclock\ (ou\ pixelclock) range> (fbdev et vesa
--- a/DOCS/German/mplayer.1	Wed Jan 01 23:09:22 2003 +0000
+++ b/DOCS/German/mplayer.1	Wed Jan 01 23:23:48 2003 +0000
@@ -830,7 +830,7 @@
 .TP
 .B \-jpeg <Option1:Option2:...>
 Gibt Optionen für die JPEG Ausgabe (-vo jpeg) an (siehe Dokumentation!).
-Verfügbare Optionen sind [no]progressiv, [no]baseline, optimize, smooth,
+Verfügbare Optionen sind [no]progressive, [no]baseline, optimize, smooth,
 quality und outdir.
 .TP
 .B \-monitor_dotclock <dotclock\ (oder\ pixelclock)\ Bereich> (nur fbdev)
--- a/DOCS/Polish/mplayer.1	Wed Jan 01 23:09:22 2003 +0000
+++ b/DOCS/Polish/mplayer.1	Wed Jan 01 23:23:48 2003 +0000
@@ -1268,7 +1268,7 @@
 .TP
 .B \-jpeg <opcja1:opcja2:...> (tylko \-vo jpeg)
 Wyszczególnij opcje dla danych wyjściowych JPEG.
-Dostępne opcje to: [no]progressiv, [no]baseline, optimize, smooth, quality
+Dostępne opcje to: [no]progressive, [no]baseline, optimize, smooth, quality
 i outdir.
 .TP
 .B \-monitor_dotclock <zakres\ dotclock\ (lub\ pixelclock)>  (tylko fbdev i vesa)
--- a/DOCS/mplayer.1	Wed Jan 01 23:09:22 2003 +0000
+++ b/DOCS/mplayer.1	Wed Jan 01 23:23:48 2003 +0000
@@ -1349,7 +1349,7 @@
 .B \-jpeg <option1:option2:...> (\-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 <dotclock\ (or\ pixelclock) range> (fbdev and vesa only)
--- a/cfg-mplayer.h	Wed Jan 01 23:09:22 2003 +0000
+++ b/cfg-mplayer.h	Wed Jan 01 23:23:48 2003 +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},