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. --- mpvcore/options.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'mpvcore/options.c') diff --git a/mpvcore/options.c b/mpvcore/options.c index efb6b79569..e01bce9959 100644 --- a/mpvcore/options.c +++ b/mpvcore/options.c @@ -491,8 +491,6 @@ const m_option_t mp_opts[] = { {"vaapi-copy", 5})), OPT_STRING("hwdec-codecs", hwdec_codecs, 0), - // postprocessing: - OPT_INT("pp", divx_quality, 0), #if HAVE_LIBPOSTPROC {"pphelp", (void *) &pp_help, CONF_TYPE_PRINT, CONF_GLOBAL | CONF_NOCFG, 0, 0, NULL}, #endif -- cgit v1.2.3