From a91e51a8f1d5782e2eeebfb5d8a9dbd10450d118 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 4 Dec 2013 00:14:24 +0100 Subject: manpage: remove two stray video fitler deprecation notes vf_stereo3d now uses vf_lavfi, if mpv was compiled with libavfilter. vf_swapuv is hereby undeprecated. It's too trivial to wrap it with libavfilter, and it's also too useless that even typing this commit message is not really worth the time to spend on it. --- DOCS/man/en/vf.rst | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'DOCS') diff --git a/DOCS/man/en/vf.rst b/DOCS/man/en/vf.rst index ac9146d7ec..40c4c6bbd0 100644 --- a/DOCS/man/en/vf.rst +++ b/DOCS/man/en/vf.rst @@ -532,11 +532,6 @@ Available filters are: ``swapuv`` Swap U & V plane. - .. note:: - - Deprecated. Use libavfilter's ``swapuv`` filter through ``--vf=lavfi`` - instead. - ``pullup[=jl:jr:jt:jb:sb:mp]`` Pulldown reversal (inverse telecine) filter, capable of handling mixed hard-telecine, 24000/1001 fps progressive, and 30000/1001 fps progressive @@ -821,11 +816,6 @@ Available filters are: ``mr`` or ``mono_right`` mono output (right eye only) - .. note:: - - Deprecated. Use libavfilter's ``stereo3d`` filter through ``--vf=lavfi`` - instead. - ``gradfun[=strength[:radius|:size=]]`` Fix the banding artifacts that are sometimes introduced into nearly flat regions by truncation to 8bit color depth. Interpolates the gradients that -- cgit v1.2.3