diff options
author | wm4 <wm4@nowhere> | 2013-12-04 00:14:24 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2013-12-04 00:14:24 +0100 |
commit | a91e51a8f1d5782e2eeebfb5d8a9dbd10450d118 (patch) | |
tree | 760d5368d5edef1ca869623c20c2d3b2145149a1 | |
parent | 7ee074813b98b7b862d45e7125dd0ec0f6d89afc (diff) | |
download | mpv-a91e51a8f1d5782e2eeebfb5d8a9dbd10450d118.tar.bz2 mpv-a91e51a8f1d5782e2eeebfb5d8a9dbd10450d118.tar.xz |
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.
-rw-r--r-- | DOCS/man/en/vf.rst | 10 |
1 files changed, 0 insertions, 10 deletions
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=<size>]]`` Fix the banding artifacts that are sometimes introduced into nearly flat regions by truncation to 8bit color depth. Interpolates the gradients that |