summaryrefslogtreecommitdiff
path: root/libavfilter/vf_mp.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2015-01-20 15:36:31 +0000
committerPaul B Mahol <onemda@gmail.com>2015-01-20 15:36:31 +0000
commitfd33658f866d4412fda6eb3be100f5e03c0a6076 (patch)
treecd4e021e697c9929e0d550200b7a59bd3355e7d3 /libavfilter/vf_mp.c
parent1013c15f72f9b55252374bf2d0aa297b7b4e885c (diff)
lavfi: remove mp=ilpack
Filter does not work, asserts here. scale=interl=1,format=yuv422p should be used instead. Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavfilter/vf_mp.c')
-rw-r--r--libavfilter/vf_mp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavfilter/vf_mp.c b/libavfilter/vf_mp.c
index 4e6c858a56..afacf26822 100644
--- a/libavfilter/vf_mp.c
+++ b/libavfilter/vf_mp.c
@@ -127,13 +127,11 @@ static const struct {
extern const vf_info_t ff_vf_info_eq2;
extern const vf_info_t ff_vf_info_eq;
-extern const vf_info_t ff_vf_info_ilpack;
extern const vf_info_t ff_vf_info_softpulldown;
static const vf_info_t* const filters[]={
&ff_vf_info_eq2,
&ff_vf_info_eq,
- &ff_vf_info_ilpack,
&ff_vf_info_softpulldown,
NULL
};