summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2024-01-20 20:45:00 -0600
committerDudemanguy <random342@airmail.cc>2024-01-21 17:55:54 +0000
commit45f822593f14d78fa22e74fa4e725a3ffd6f713c (patch)
treeb34e4d166cde0bd2286170b3546bfc51ddec59ff /DOCS/man/options.rst
parent02a20b4ebe29cb7d488ceaf39fb5a50c2443295a (diff)
downloadmpv-45f822593f14d78fa22e74fa4e725a3ffd6f713c.tar.bz2
mpv-45f822593f14d78fa22e74fa4e725a3ffd6f713c.tar.xz
f_auto_filters: change fallback deinterlace to bwdif
I don't actually deinterlace ever but allegedly this is better than yadif, and there's no real reason to not have this be the fallback deinterlace when we're not using hw frames. Also change various mentions of yadif to bwdif. Ref #12835.
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 01f3e9db78..0807292ffc 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -1667,7 +1667,7 @@ Video
``--deinterlace=<yes|no>``
Enable or disable interlacing (default: no).
Interlaced video shows ugly comb-like artifacts, which are visible on
- fast movement. Enabling this typically inserts the yadif video filter in
+ fast movement. Enabling this typically inserts the bwdif video filter in
order to deinterlace the video, or lets the video output apply deinterlacing
if supported.