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 (default: 1). ``flip`` - Flips the image upside down. See also ``--flip``. + Flips the image upside down. ``mirror`` Mirrors the image on the Y axis.