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. --- video/filter/vf.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'video/filter/vf.h') diff --git a/video/filter/vf.h b/video/filter/vf.h index c946a31359..9b86cd117c 100644 --- a/video/filter/vf.h +++ b/video/filter/vf.h @@ -94,8 +94,6 @@ typedef struct vf_seteq { enum vf_ctrl { VFCTRL_SEEK_RESET = 1, // reset on picture and PTS discontinuities - VFCTRL_QUERY_MAX_PP_LEVEL, // query max postprocessing level (if any) - VFCTRL_SET_PP_LEVEL, // set postprocessing level VFCTRL_SET_EQUALIZER, // set color options (brightness,contrast etc) VFCTRL_GET_EQUALIZER, // get color options (brightness,contrast etc) VFCTRL_SCREENSHOT, // Take screenshot, arg is voctrl_screenshot_args -- cgit v1.2.3