From b473477fc53ba69e9117a691b00d0e248ebc9ac7 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 27 Jan 2015 19:13:51 +0100 Subject: vf_ilpack: remove this filter This was apparently useful for correct interlaced scaling (although I don't know anyone who used this). It was rarely used (if at all), had an inconvenient output format (packed YUV), and now has a better solution in libavfilter (using the libavfilter "scale" filter via vf_lavfi). There is no reason to keep this filter any longer. --- old-makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'old-makefile') diff --git a/old-makefile b/old-makefile index bcd2fd07b5..41a30f7df7 100644 --- a/old-makefile +++ b/old-makefile @@ -258,7 +258,6 @@ SOURCES = audio/audio.c \ video/filter/vf_format.c \ video/filter/vf_gradfun.c \ video/filter/vf_hqdn3d.c \ - video/filter/vf_ilpack.c \ video/filter/vf_mirror.c \ video/filter/vf_noformat.c \ video/filter/vf_noise.c \ -- cgit v1.2.3