summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS')
-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.