summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-25 18:44:41 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-25 18:44:41 +0000
commit50ff1ca5b7b0dfa587f1648b013285b160da8c2a (patch)
treecc9bc3fa717b16c5a0c4fbb7221b673ae42cef4f
parent180f0624567f0b50c472429462a3e8172dcfb1b5 (diff)
downloadmpv-50ff1ca5b7b0dfa587f1648b013285b160da8c2a.tar.bz2
mpv-50ff1ca5b7b0dfa587f1648b013285b160da8c2a.tar.xz
-vop ---> -vf
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11262 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--AUTHORS2
-rw-r--r--DOCS/it/video.html8
-rw-r--r--DOCS/xml/fr/install.xml2
-rw-r--r--DOCS/xml/fr/tvinput.xml2
-rw-r--r--DOCS/xml/fr/video.xml2
-rw-r--r--DOCS/xml/ru/install.xml2
-rwxr-xr-xTOOLS/benchmark-gab/benchmark18
-rwxr-xr-xTOOLS/mencvcd4
-rwxr-xr-xTOOLS/sws-test4
-rw-r--r--cfg-common.h2
-rw-r--r--cfg-mencoder.h4
-rw-r--r--etc/codecs.conf2
-rw-r--r--help/help_mp-fr.h4
-rw-r--r--libmpcodecs/vd.c2
-rw-r--r--libmpcodecs/ve_libdv.c2
-rw-r--r--libmpcodecs/vf_cropdetect.c2
-rw-r--r--libmpcodecs/vf_rectangle.c2
-rw-r--r--libvo/vo_tdfxfb.c2
-rw-r--r--m_option.c2
19 files changed, 34 insertions, 34 deletions
diff --git a/AUTHORS b/AUTHORS
index 84691ef853..9789bb6d8c 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -345,7 +345,7 @@ Kees Cook <mplayer@outflux.net>
* rawdv demuxer fixes
Hampa Hug <hhug@student.ethz.ch>
- * LUT-based soft eq video filter (-vop eq2)
+ * LUT-based soft eq video filter (-vf eq2)
* .ogm demuxer endianess fixes
Uwe Reder <Uwe.Reder@3SOFT.de>
diff --git a/DOCS/it/video.html b/DOCS/it/video.html
index 4b82e87b82..a3ff6a2b5e 100644
--- a/DOCS/it/video.html
+++ b/DOCS/it/video.html
@@ -489,7 +489,7 @@ E' un bug di SDL, io non posso cambiarlo (provato con SDL 1.2.1).
</P>
<P><B>NOTA:</B> secondo la mia esperienza, la migliore qualità di immagine su EGA
- si ottiene riducendo un po' la luminosità: <CODE>-vop eq=-20:0</CODE>. Sulla
+ si ottiene riducendo un po' la luminosità: <CODE>-vf eq=-20:0</CODE>. Sulla
mia macchina ho dovuto anche ridurre la frequenza di campionamento dell'audio,
poichè il suono dava problemi a 44kHz: <CODE>-srate 22050</CODE>.</P>
@@ -654,7 +654,7 @@ Eccone alcune importanti:</P></B></TD><TR>
e ne usa meno su console standard,
non-framebuffer. Usa SVGATextMode per selezionare una modalità testo grande,
e divertiti! (le schede Hercules con uscita secondaria vanno forte :)) (anche
- se, secondo me, puoi usare l'ozione <CODE>-vop 1bpp</CODE> per avere un
+ se, secondo me, puoi usare l'ozione <CODE>-vf 1bpp</CODE> per avere un
immagine grafica su hgafb:)</P>
<P>Usa l'opzione -framedrop se il tuo computer non è abbastanza veloce da renderizzare tutti i frame!</P>
@@ -1217,7 +1217,7 @@ ed è quindi necessario. Con la speciale modalità <I>cinerama</I>, si possono
con l'algoritmo bilineare veloce. La linea di comando è
<PRE>
- mplayer -vo zr -sws 0 -vop scale=384:204 movie.avi
+ mplayer -vo zr -sws 0 -vf scale=384:204 movie.avi
</PRE>
<P>Il ritaglio (cropping) può essere fatto sia dal filtro <CODE>crop</CODE> che
@@ -1232,7 +1232,7 @@ ed è quindi necessario. Con la speciale modalità <I>cinerama</I>, si possono
se vuoi invece usare il filtro <CODE>crop</CODE> fai
<PRE>
- mplayer -vo zr -vop crop=720:320:80:0 benhur.avi
+ mplayer -vo zr -vf crop=720:320:80:0 benhur.avi
</PRE>
<P>Usando più di un'opzione <CODE>-zrcrop</CODE> si attiva la modalità
diff --git a/DOCS/xml/fr/install.xml b/DOCS/xml/fr/install.xml
index 41f7148f48..69951388a0 100644
--- a/DOCS/xml/fr/install.xml
+++ b/DOCS/xml/fr/install.xml
@@ -328,7 +328,7 @@ taille qui tient dans leur mémoire, avec <emphasis role="bold">peu d'utilisation
<para>
L'affichage en plein-écran peut être obtenu soit en activant le <emphasis role="bold">
-redimensionnement logiciel</emphasis> (utilisez <option>-zoom</option> ou <option>-vop</option>,
+redimensionnement logiciel</emphasis> (utilisez <option>-zoom</option> ou <option>-vf</option>,
mais je vous préviens: c'est lent), ou passez dans une résolution plus basse, par exemple 352x288. Si vous
n'avez pas d'accélération YUV, cette dernière méthode est recommandée. Le changement de mode vidéo peut
être activé en utilisant l'option <option>-vm</option> et fonctionne avec les pilotes suivants:
diff --git a/DOCS/xml/fr/tvinput.xml b/DOCS/xml/fr/tvinput.xml
index 81312473a6..c94db66aa8 100644
--- a/DOCS/xml/fr/tvinput.xml
+++ b/DOCS/xml/fr/tvinput.xml
@@ -60,7 +60,7 @@ désactivé l'entrelacement. Sinon votre film sera distordu pendant les scènes
fast-motion et le contrôleur de bitrate ne sera probablement même pas capable de
garder le bitrate demandé car l'artefact de désentrelacement produit un grand taux de
détails et donc consomme plus de bande passante. Vous pouvez désactiver
-l'entrelacement avec <option>-vop pp=DEINT_TYPE</option>. Généralement
+l'entrelacement avec <option>-vf pp=DEINT_TYPE</option>. Généralement
<option>pp=lb</option> peut faire du bon travail, mais c'est une histoire de
préférence personnelle. Voyez les autres algorithmes de désentrelacement dans le
manuel et essayez-les.
diff --git a/DOCS/xml/fr/video.xml b/DOCS/xml/fr/video.xml
index d63637fe0f..410545c70c 100644
--- a/DOCS/xml/fr/video.xml
+++ b/DOCS/xml/fr/video.xml
@@ -1062,7 +1062,7 @@ Le rendu prend beaucoup de temps CPU, spécialement en utilisant aalib sur X, et
moins de CPU sur une console standard, sans framebuffer. Utilisez SVGATextMode pour
passer en mode texte large, et appréciez ! (une carte hercules en second écran, c'est
génial :)) (mais à mon humble avis vous pouvez utiliser l'option
-<option>-vop 1bpp</option> pour avoir des graphismes sur hgafb:)
+<option>-vf 1bpp</option> pour avoir des graphismes sur hgafb:)
</para>
</note>
diff --git a/DOCS/xml/ru/install.xml b/DOCS/xml/ru/install.xml
index 52d7fa36fa..26e8ba0aa4 100644
--- a/DOCS/xml/ru/install.xml
+++ b/DOCS/xml/ru/install.xml
@@ -320,7 +320,7 @@ nVidia TV-×ÙÈÏÄ</link>, ÅÓÌÉ ÷Ù ÈÏÔÉÔÅ ÉÓÐÏÌØÚÏ×ÁÔØ TV.
<para>
ðÏÌÎÏÜËÒÁÎÎÏÅ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÅ ÍÏÖÅÔ ÂÙÔØ ÄÏÓÔÉÇÎÕÔÏ ÌÉÂÏ ×ËÌÀÞÅÎÉÅÍ <emphasis role="bold">ÐÒÏÇÒÁÍÍÎÏÇÏ
-ÍÁÓÛÔÁÂÉÒÏ×ÁÎÉÑ</emphasis> (ÉÓÐÏÌØÚÕÊÔÅ <option>-zoom</option> ÉÌÉ <option>-vop scale</option>
+ÍÁÓÛÔÁÂÉÒÏ×ÁÎÉÑ</emphasis> (ÉÓÐÏÌØÚÕÊÔÅ <option>-zoom</option> ÉÌÉ <option>-vf scale</option>
ÏÐÃÉÉ, ÎÏ Ñ ÐÒÅÄÕÐÒÅÖÄÁÀ ÷ÁÓ: ÜÔÏ ÍÅÄÌÅÎÎÏ), ÉÌÉ ÐÅÒÅËÌÀÞÅÎÉÅÍ × ×ÉÄÅÏ ÒÅÖÉÍ
Ó ÍÅÎØÛÉÍ ÒÁÚÒÅÛÅÎÉÅÍ, ÎÁÐÒÉÍÅÒ 352x288. åÓÌÉ Õ ÷ÁÓ ÎÅÔ ÁÐÐÁÒÁÔÎÏÊ YUV ÁËÓÅÌÅÒÁÃÉÉ,
ÜÔÏÔ ÍÅÔÏÄ ÐÒÅÄÐÏÞÔÉÔÅÌÅÎ. éÚÍÅÎÅÎÉÅ ×ÉÄÅÏ ÒÅÖÉÍÁ ÍÏÖÅÔ ÂÙÔØ ×ËÌÀÞÅÎÏ ÉÓÐÏÌØÚÏ×ÁÎÉÅÍ
diff --git a/TOOLS/benchmark-gab/benchmark b/TOOLS/benchmark-gab/benchmark
index 04a0d0e876..4905fb09e8 100755
--- a/TOOLS/benchmark-gab/benchmark
+++ b/TOOLS/benchmark-gab/benchmark
@@ -43,7 +43,7 @@ wrtlog Starting benchmarks
if [ ! -e no_codec ]; then
wrtlog Starting CODEC benchmark runs, with 3 tries...
- DEFAULTOPTS="-quiet -nosound -benchmark -vo null -vop disabled -autoq 0"
+ DEFAULTOPTS="-quiet -nosound -benchmark -vo null -vf disabled -autoq 0"
benchsamples
fi
@@ -53,25 +53,25 @@ export XAUTHORITY=$HOME/.Xauthority
if [ ! -e no_xv ]; then
if [ ! -e no_xv_nodr ]; then
wrtlog Starting XVideo \(no DR\) benchmark runs, with 3 tries...
- DEFAULTOPTS="-quiet -nosound -benchmark -vo xv -fs -nodr -slices -vop disabled -autoq 0"
+ DEFAULTOPTS="-quiet -nosound -benchmark -vo xv -fs -nodr -slices -vf disabled -autoq 0"
benchsamples
fi
if [ ! -e no_xv_nodr_noslices ]; then
wrtlog Starting XVideo \(no DR\) \(no slices\) benchmark runs, with 3 tries...
- DEFAULTOPTS="-quiet -nosound -benchmark -vo xv -fs -nodr -noslices -vop disabled -autoq 0"
+ DEFAULTOPTS="-quiet -nosound -benchmark -vo xv -fs -nodr -noslices -vf disabled -autoq 0"
benchsamples
fi
if [ ! -e no_xv_dr ]; then
wrtlog Starting XVideo \(DR\) benchmark runs, with 3 tries...
- DEFAULTOPTS="-quiet -nosound -benchmark -vo xv -fs -dr -slices -vop disabled -autoq 0"
+ DEFAULTOPTS="-quiet -nosound -benchmark -vo xv -fs -dr -slices -vf disabled -autoq 0"
benchsamples
fi
if [ ! -e no_xv_dr_noslices ]; then
wrtlog Starting XVideo \(DR\) \(no slices\) benchmark runs, with 3 tries...
- DEFAULTOPTS="-quiet -nosound -benchmark -vo xv -fs -dr -noslices -vop disabled -autoq 0"
+ DEFAULTOPTS="-quiet -nosound -benchmark -vo xv -fs -dr -noslices -vf disabled -autoq 0"
benchsamples
fi
fi
@@ -79,25 +79,25 @@ fi
if [ -e xmga ]; then
if [ ! -e xmga_nodr ]; then
wrtlog Starting XMGA \(no DR\) benchmark runs, with 3 tries...
- DEFAULTOPTS="-quiet -nosound -benchmark -vo xmga -fs -dr -slices -vop disabled -autoq 0"
+ DEFAULTOPTS="-quiet -nosound -benchmark -vo xmga -fs -dr -slices -vf disabled -autoq 0"
benchsamples
fi
if [ ! -e xmga_nodr_noslices ]; then
wrtlog Starting XMGA \(no DR\) \(no slices\) benchmark runs, with 3 tries...
- DEFAULTOPTS="-quiet -nosound -benchmark -vo xmga -fs -dr -noslices -vop disabled -autoq 0"
+ DEFAULTOPTS="-quiet -nosound -benchmark -vo xmga -fs -dr -noslices -vf disabled -autoq 0"
benchsamples
fi
if [ ! -e xmga_dr ]; then
wrtlog Starting XMGA \(DR\) benchmark runs, with 3 tries...
- DEFAULTOPTS="-quiet -nosound -benchmark -vo xmga -fs -dr -vop disabled -autoq 0"
+ DEFAULTOPTS="-quiet -nosound -benchmark -vo xmga -fs -dr -vf disabled -autoq 0"
benchsamples
fi
if [ ! -e xmga_dr ]; then
wrtlog Starting XMGA \(DR\) \(no slices\) benchmark runs, with 3 tries...
- DEFAULTOPTS="-quiet -nosound -benchmark -vo xmga -fs -dr -noslices -vop disabled -autoq 0"
+ DEFAULTOPTS="-quiet -nosound -benchmark -vo xmga -fs -dr -noslices -vf disabled -autoq 0"
benchsamples
fi
fi
diff --git a/TOOLS/mencvcd b/TOOLS/mencvcd
index 7be9d73aeb..bfbaa14cee 100755
--- a/TOOLS/mencvcd
+++ b/TOOLS/mencvcd
@@ -162,7 +162,7 @@ function usage() {
echo "128 starting from 3:00 with frame rate 29.97 fps and input video norm NTSC"
echo "and output frame rate 23.98 fps because of the 3:2 pulldown method in NTSC."
echo
- echo "'$HOWCALLED bj -size 640x272 -vop expand=640:480:0:104:0 \\"
+ echo "'$HOWCALLED bj -size 640x272 -vf expand=640:480:0:104:0 \\"
echo " -cdsize 645 -noburn bj.avi'"
echo "this example above shows you, how to deal with movies which are not"
echo "created with aspect ratios of 4:3 or 16:9."
@@ -296,7 +296,7 @@ while [ "$1"x != "x" ]; do
shift 1
;;
-sid) # mplayer option: have to set vop expand, too!!!
- sub="-vop pp,expand=-1:-1:-1:-1:1 -sid $2"
+ sub="-vf pp,expand=-1:-1:-1:-1:1 -sid $2"
shift 1
;;
-size)
diff --git a/TOOLS/sws-test b/TOOLS/sws-test
index 7f6d498801..8ddd911900 100755
--- a/TOOLS/sws-test
+++ b/TOOLS/sws-test
@@ -7,13 +7,13 @@ if [ $# -lt 3 ] ; then
fi
for i in `seq 0 10` ; do
- mplayer -vo png $1 -ss $2 -frames 3 -sws $i -vop scale=$3
+ mplayer -vo png $1 -ss $2 -frames 3 -sws $i -vf scale=$3
rm 00000001.png
mv 00000002.png sws-`basename $1`-$2-$3-$i.png
done
#gauss with lowwer variance
- mplayer -vo png $1 -ss $2 -frames 3 -sws 7 -vop scale=$3:0:50
+ mplayer -vo png $1 -ss $2 -frames 3 -sws 7 -vf scale=$3:0:50
rm 00000001.png
mv 00000002.png sws-`basename $1`-$2-$3-7-50.png
diff --git a/cfg-common.h b/cfg-common.h
index 7d8c87cbcd..1854090574 100644
--- a/cfg-common.h
+++ b/cfg-common.h
@@ -170,7 +170,7 @@
#else
{"oldpp", "MPlayer was compiled without opendivx library\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
#endif
- {"npp", "-npp has been removed, use -vop pp and read the fine manual\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
+ {"npp", "-npp has been removed, use -vf pp and read the fine manual.\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
#ifdef FF_POSTPROCESS
{"pphelp", &pp_help, CONF_TYPE_PRINT_INDIRECT, CONF_NOCFG, 0, 0, NULL},
#endif
diff --git a/cfg-mencoder.h b/cfg-mencoder.h
index 93a2ffac84..2deaddc81b 100644
--- a/cfg-mencoder.h
+++ b/cfg-mencoder.h
@@ -168,8 +168,8 @@ m_option_t mencoder_opts[]={
{"audio-preload", &audio_preload, CONF_TYPE_FLOAT, CONF_RANGE, 0, 2, NULL},
{"audio-delay", &audio_delay, CONF_TYPE_FLOAT, CONF_MIN, 0, 0, NULL},
- {"x", "This option is obsolete, use -vop scale=w:h for scaling\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
- {"xsize", "This option is obsolete, use -vop crop=w:h:x0:y0 for cropping\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
+ {"x", "This option is obsolete, use -vf scale=w:h for scaling.\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
+ {"xsize", "This option is obsolete, use -vf crop=w:h:x0:y0 for cropping.\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
// output audio/video codec selection
{"oac", oac_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
diff --git a/etc/codecs.conf b/etc/codecs.conf
index a0263cb802..5adc293c13 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -203,7 +203,7 @@ videocodec theora
videocodec cram
info "Microsoft Video 1"
- comment "-vop palette required for 8bpp"
+ comment "-vf palette required for 8bpp"
status buggy
fourcc cram,CRAM CRAM
fourcc msvc,MSVC CRAM
diff --git a/help/help_mp-fr.h b/help/help_mp-fr.h
index 110fc46d4c..ba7aa962c6 100644
--- a/help/help_mp-fr.h
+++ b/help/help_mp-fr.h
@@ -133,7 +133,7 @@ static char help_text[]=
#define MSGTR_AODescription_AOAuthor "AO: Description: %s\nAO: Auteur: %s\n"
#define MSGTR_AOComment "AO: Commentaire: %s\n"
#define MSGTR_Video_NoVideo "Vidéo: pas de vidéo\n"
-#define MSGTR_NotInitializeVOPorVO "\nFATAL: impossible d'initialiser les filtres vidéo (-vop) ou la sortie vidéo (-vo).\n"
+#define MSGTR_NotInitializeVOPorVO "\nFATAL: impossible d'initialiser les filtres vidéo (-vf) ou la sortie vidéo (-vo).\n"
#define MSGTR_Paused "\n ===== PAUSE =====\r" // no more than 23 characters (status line for audio files)
#define MSGTR_PlaylistLoadUnable "\nImpossible de charger la liste de lecture %s.\n"
#define MSGTR_Exit_SIGILL_RTCpuSel \
@@ -352,7 +352,7 @@ static char help_text[]=
// vd.c
#define MSGTR_CodecDidNotSet "VDec: le codec n'a pas défini sh->disp_w et sh->disp_h, essai de contournement !\n"
#define MSGTR_VoConfigRequest "VDec: requête de configuration de vo - %d x %d (csp préferé: %s)\n"
-#define MSGTR_CouldNotFindColorspace "N'a pas pu trouver d'espace de couleur correspondant - nouvel essai avec -vop scale...\n"
+#define MSGTR_CouldNotFindColorspace "N'a pas pu trouver d'espace de couleur correspondant - nouvel essai avec -vf scale...\n"
#define MSGTR_MovieAspectIsSet "L'aspect du film est %.2f:1 - pré-redimensionnement à l'aspect correct.\n"
#define MSGTR_MovieAspectUndefined "L'aspect du film est indéfini - pas de pré-redimensionnement appliqué.\n"
diff --git a/libmpcodecs/vd.c b/libmpcodecs/vd.c
index 7ed1d3a674..62631a8898 100644
--- a/libmpcodecs/vd.c
+++ b/libmpcodecs/vd.c
@@ -218,7 +218,7 @@ csp_again:
goto csp_again;
} else
if(palette==1){
- mp_msg(MSGT_DECVIDEO,MSGL_V,"vd: Trying -vop palette...\n");
+ mp_msg(MSGT_DECVIDEO,MSGL_V,"vd: Trying -vf palette...\n");
palette=-1;
vf=vf_open_filter(vf,"palette",NULL);
goto csp_again;
diff --git a/libmpcodecs/ve_libdv.c b/libmpcodecs/ve_libdv.c
index 81f62a3dc2..6be2a78f9d 100644
--- a/libmpcodecs/ve_libdv.c
+++ b/libmpcodecs/ve_libdv.c
@@ -43,7 +43,7 @@ static int config(struct vf_instance_s* vf,
unsigned int flags, unsigned int outfmt){
if(width!=DV_WIDTH || (height!=DV_PAL_HEIGHT && height!=DV_NTSC_HEIGHT)){
- mp_msg(MSGT_VFILTER,MSGL_ERR,"DV: only 720x480 (NTSC) and 720x576 (PAL) resolutions allowed! try with -vop scale=720:480\n");
+ mp_msg(MSGT_VFILTER,MSGL_ERR,"DV: only 720x480 (NTSC) and 720x576 (PAL) resolutions allowed! Try with -vf scale=720:480\n");
}
vf->priv->enc->isPAL=(height==DV_PAL_HEIGHT);
diff --git a/libmpcodecs/vf_cropdetect.c b/libmpcodecs/vf_cropdetect.c
index e8bdf83e88..251cabd046 100644
--- a/libmpcodecs/vf_cropdetect.c
+++ b/libmpcodecs/vf_cropdetect.c
@@ -106,7 +106,7 @@ if(++vf->priv->fno>2){ // ignore first 2 frames - they may be empty
x=(vf->priv->x1+1)&(~1);
y=(vf->priv->y1+1)&(~1);
- printf("crop area: X: %d..%d Y: %d..%d (-vop crop=%d:%d:%d:%d)\n",
+ printf("crop area: X: %d..%d Y: %d..%d (-vf crop=%d:%d:%d:%d)\n",
vf->priv->x1,vf->priv->x2,
vf->priv->y1,vf->priv->y2,
(vf->priv->x2+1-x)&(~1),(vf->priv->y2+1-y)&(~1),x,y
diff --git a/libmpcodecs/vf_rectangle.c b/libmpcodecs/vf_rectangle.c
index 2325c08410..3b118e5138 100644
--- a/libmpcodecs/vf_rectangle.c
+++ b/libmpcodecs/vf_rectangle.c
@@ -85,7 +85,7 @@ put_image(struct vf_instance_s* vf, mp_image_t* mpi){
/* Draw the rectangle */
- mp_msg(MSGT_VFILTER,MSGL_INFO, "rectangle: -vop rectangle=%d:%d:%d:%d \n", vf->priv->w, vf->priv->h, vf->priv->x, vf->priv->y);
+ mp_msg(MSGT_VFILTER,MSGL_INFO, "rectangle: -vf rectangle=%d:%d:%d:%d \n", vf->priv->w, vf->priv->h, vf->priv->x, vf->priv->y);
if (vf->priv->x < 0)
x = 0;
diff --git a/libvo/vo_tdfxfb.c b/libvo/vo_tdfxfb.c
index cb7fa663f0..b67827d9db 100644
--- a/libvo/vo_tdfxfb.c
+++ b/libvo/vo_tdfxfb.c
@@ -19,7 +19,7 @@
*
* Hints and tricks:
* - Use -dr to get direct rendering
- * - Use -vop yuy2 to get yuy2 rendering, *MUCH* faster than yv12
+ * - Use -vf yuy2 to get yuy2 rendering, *MUCH* faster than yv12
* - To get a black background and nice smooth OSD, use -double
* - To get the console as a background, but with scaled OSD, use -nodouble
* - The driver supports both scaling and shrinking the image using the -x and
diff --git a/m_option.c b/m_option.c
index 2ccf1bb608..429f51a926 100644
--- a/m_option.c
+++ b/m_option.c
@@ -613,7 +613,7 @@ m_option_type_t m_option_type_string_list = {
"\t-pre: Add the given parameters at the begining of the list.\n"
"\t-del: Remove the entry at the given indices.\n"
"\t-clr: Clear the list.\n"
- "e.g: -vop-add flip,mirror -vop-del 2,5\n",
+ "e.g: -vf-add flip,mirror -vf-del 2,5\n",
sizeof(char**),
M_OPT_TYPE_DYNAMIC | M_OPT_TYPE_ALLOW_WILDCARD,
parse_str_list,