summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2023-02-05 10:27:10 -0600
committerDudemanguy <random342@airmail.cc>2023-02-11 00:50:11 +0000
commit1126df0d80823fcf605bf2ba6898b3636f9e2f36 (patch)
tree4f32920dd5d96c19e6ed0b8a7680aeb9f8538299 /DOCS
parent49fd6caa432a89b715670ccbabff9c2d14d975b0 (diff)
downloadmpv-1126df0d80823fcf605bf2ba6898b3636f9e2f36.tar.bz2
mpv-1126df0d80823fcf605bf2ba6898b3636f9e2f36.tar.xz
vf_sub: undeprecate
3a9e661e929c34d25810fa903abbd9961f73ecef officially made this video filter deprecated roughly 6 years ago. Every other video filter in that commit has actually been removed since then except for vf_sub. ffmpeg does have its own subtitles filter, but it doesn't have the same control over scale like vf_sub does. That's probably why wm4 never actually removed it. Let's stop scaring users with a warning since this filter probably won't ever get removed. Closes #9254.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/interface-changes.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index b473b382b4..7262d81854 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -51,6 +51,7 @@ Interface changes
dpi scale factor by default (can be disabled with --no-hidpi-window-scale
if fractional scaling support exists).
- change --screenshot-tag-colorspace default value from `no` to `yes`
+ - undeprecate vf_sub
--- mpv 0.35.0 ---
- add the `--vo=gpu-next` video output driver, as well as the options
`--allow-delayed-peak-detect`, `--builtin-scalers`,