summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-12-07 19:30:46 +0100
committerwm4 <wm4@nowhere>2013-12-07 19:30:46 +0100
commit745b9d542bf53e3f3589cccc352c69ba653d0a15 (patch)
tree8b7a49fa161f9963f56758257918e14268243639
parent070269df7335302a246e5bc1878b813ec6df8efc (diff)
downloadmpv-745b9d542bf53e3f3589cccc352c69ba653d0a15.tar.bz2
mpv-745b9d542bf53e3f3589cccc352c69ba653d0a15.tar.xz
manpage: remove some --flip leftovers
-rw-r--r--DOCS/man/en/mpv.rst2
-rw-r--r--DOCS/man/en/vf.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/man/en/mpv.rst b/DOCS/man/en/mpv.rst
index 2b3b6bc4f8..6fa53fbdaa 100644
--- a/DOCS/man/en/mpv.rst
+++ b/DOCS/man/en/mpv.rst
@@ -405,7 +405,7 @@ profile name ``default`` to continue with normal options.
[extension.flv]
profile-desc="profile for .flv files"
- flip=yes
+ vf=flip
[ao.alsa]
device=spdif
diff --git a/DOCS/man/en/vf.rst b/DOCS/man/en/vf.rst
index b0b77e96c5..ff4ec78307 100644
--- a/DOCS/man/en/vf.rst
+++ b/DOCS/man/en/vf.rst
@@ -83,7 +83,7 @@ Available filters are:
Rounds up to make both width and height divisible by <r> (default: 1).
``flip``
- Flips the image upside down. See also ``--flip``.
+ Flips the image upside down.
``mirror``
Mirrors the image on the Y axis.