From 82e3d06f093188afdec1e549aed721b066521b6c Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 27 Jan 2015 19:02:16 +0100 Subject: vf_swapuv: remove this filter It's entirely useless. I left it in for a while, because the analog TV code had a transitional bug that could switch chroma planes, but it was fixed long ago. It's also available in libavfilter. --- 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 b89834d7f4..830ec95227 100644 --- a/wscript_build.py +++ b/wscript_build.py @@ -319,7 +319,6 @@ def build(ctx): ( "video/filter/vf_screenshot.c" ), ( "video/filter/vf_stereo3d.c" ), ( "video/filter/vf_sub.c" ), - ( "video/filter/vf_swapuv.c" ), ( "video/filter/vf_unsharp.c" ), ( "video/filter/vf_vapoursynth.c", "vapoursynth-core" ), ( "video/filter/vf_vavpp.c", "vaapi-vpp"), -- cgit v1.2.3