changeset 13493:5a16d1f4890b

I need Cola! -vf=eq2=1.0:-0.8 is the syntax for conf file, -vf eq2=1.0:-0.8 is the runtime syntax... Bummer!
author gpoirier
date Mon, 27 Sep 2004 19:09:43 +0000
parents 51c46db54bd2
children c78b1c7cc818
files DOCS/man/en/mplayer.1 DOCS/man/fr/mplayer.1
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/man/en/mplayer.1	Mon Sep 27 19:03:49 2004 +0000
+++ b/DOCS/man/en/mplayer.1	Mon Sep 27 19:09:43 2004 +0000
@@ -347,7 +347,7 @@
 # start with mf://filemask
 mf=type=png:fps=25
 # Eerie negative images are cool.
-vf=eq2=1.0:-0.8
+-vf=eq2=1.0:-0.8
 .fi
 .PP
 You can also write file-specific configuration files.
--- a/DOCS/man/fr/mplayer.1	Mon Sep 27 19:03:49 2004 +0000
+++ b/DOCS/man/fr/mplayer.1	Mon Sep 27 19:09:43 2004 +0000
@@ -368,7 +368,7 @@
 # démarre avec mf://filemask
 mf=type=png:fps=25
 # Les images en negatif, c'est cool.
--vf eq2=1.0:-0.8
+-vf=eq2=1.0:-0.8
 .fi
 .PP
 Vous pouvez également écrire des fichiers de config spécifiques à un fichier.