From 25855059af0778c99f7eefeae64c007ed6efe1bb Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 23 Nov 2013 21:30:56 +0100 Subject: video: remove vf_pp auto-insertion This drops the --pp option, which was probably broken for a while. The option automatically inserted the "pp" filter. The value passed to it was ignored (which is probably broken, it always selected maximal quality). Inserting this filter can be done simply with --vf=pp, so this is not needed anymore. --- DOCS/man/en/changes.rst | 1 + DOCS/man/en/options.rst | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'DOCS/man') diff --git a/DOCS/man/en/changes.rst b/DOCS/man/en/changes.rst index 05c81d77d8..001a7a1dce 100644 --- a/DOCS/man/en/changes.rst +++ b/DOCS/man/en/changes.rst @@ -176,6 +176,7 @@ Command Line Switches ``-af volnorm`` ``--af=drc`` (renamed) ``-zoom`` Inverse available as ``--video-unscaled`` ``-panscanrange`` ``--video-zoom``, ``--video-pan-x/y`` + ``-pp`` ``-vf=pp`` =========================== ======================================== .. note:: diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst index a9f0656e59..d72dad4343 100644 --- a/DOCS/man/en/options.rst +++ b/DOCS/man/en/options.rst @@ -1620,9 +1620,6 @@ OPTIONS FIXME: This needs to be clarified and documented thoroughly. -``--pp=`` - See also ``--vf=pp``. - ``--pphelp`` See also ``--vf=pp``. -- cgit v1.2.3