From 809936fdb93a5375699a7ba4be1e08acdf5e5645 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 3 Dec 2014 22:49:00 +0100 Subject: video/filter: kill vf_pp (libpostproc) This is an ancient filter, and we assume it's not useful anymore. If you really want this, it's still available in libavfilter (e.g. via --vf=lavfi=[pp...]). The disadvantage is that mpv doesn't pass through QP information to libavfilter. (This was probably the reason vf_pp still was part of mpv - it was slightly easier to pass QP internally.) --- wscript_build.py | 1 - 1 file changed, 1 deletion(-) (limited to 'wscript_build.py') diff --git a/wscript_build.py b/wscript_build.py index 428c626f2b..4d775c5079 100644 --- a/wscript_build.py +++ b/wscript_build.py @@ -312,7 +312,6 @@ def build(ctx): ( "video/filter/vf_noformat.c" ), ( "video/filter/vf_noise.c" ), ( "video/filter/vf_phase.c" ), - ( "video/filter/vf_pp.c", "libpostproc" ), ( "video/filter/vf_pullup.c" ), ( "video/filter/vf_rotate.c" ), ( "video/filter/vf_scale.c" ), -- cgit v1.2.3