summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-05-10 20:39:48 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-05-10 20:39:48 +0000
commit85ab5a9c34036a1c7f042574bb3eff2c2af6bcea (patch)
tree01e2ab1169fa3be80b9841ef019e74b3658cdfb8 /DOCS
parent2ffadebd16b0ea3787a1f19fa315be354c456567 (diff)
downloadmpv-85ab5a9c34036a1c7f042574bb3eff2c2af6bcea.tar.bz2
mpv-85ab5a9c34036a1c7f042574bb3eff2c2af6bcea.tar.xz
Document -vop to avoid confusion.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10090 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/en/mplayer.16
1 files changed, 5 insertions, 1 deletions
diff --git a/DOCS/en/mplayer.1 b/DOCS/en/mplayer.1
index 8bbb993426..5f7dcb6468 100644
--- a/DOCS/en/mplayer.1
+++ b/DOCS/en/mplayer.1
@@ -2064,7 +2064,7 @@ try libavcodec's MPEG1/\:2 codec, then libmpeg2, then others
.
.TP
.B \-vf <filter1[=options],filter2,...>
-Activate a comma separated list of video filters and their options.
+Setup a chain of video filters.
.I NOTE:
.br
@@ -2577,6 +2577,10 @@ try XAnim codecs first
.PD 1
.
.TP
+.B \-vop <...,filter3[=options],filter2,filter1> (OBSOLETE)
+Setup a chain of video filters, to be applied in reverse order.
+Deprecated in favor of \-vf.
+.TP
.B \-x <x> (MPLAYER only)
Scale image to x width (if sw/\:hw scaling available).
Disables aspect calculations.