summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_mp.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2013-09-18 11:04:11 +0000
committerPaul B Mahol <onemda@gmail.com>2013-09-18 11:05:27 +0000
commit8302abf84499f949a7f5b5e78a37cc05c24a6545 (patch)
tree885bc544a1a64dc06cb391cb5d88f643ed32b728 /libavfilter/vf_mp.c
parent66e199bd7532a8b497e4ab8611768099c8f8daf8 (diff)
downloadffmpeg-streaming-8302abf84499f949a7f5b5e78a37cc05c24a6545.zip
ffmpeg-streaming-8302abf84499f949a7f5b5e78a37cc05c24a6545.tar.gz
lavfi/mp: remove mp=pullup
The filter was ported to a native libavfilter filter. 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 c5133ab..0991754 100644
--- a/libavfilter/vf_mp.c
+++ b/libavfilter/vf_mp.c
@@ -127,7 +127,6 @@ extern const vf_info_t ff_vf_info_eq;
extern const vf_info_t ff_vf_info_fspp;
extern const vf_info_t ff_vf_info_ilpack;
extern const vf_info_t ff_vf_info_pp7;
-extern const vf_info_t ff_vf_info_pullup;
extern const vf_info_t ff_vf_info_qp;
extern const vf_info_t ff_vf_info_softpulldown;
extern const vf_info_t ff_vf_info_uspp;
@@ -139,7 +138,6 @@ static const vf_info_t* const filters[]={
&ff_vf_info_fspp,
&ff_vf_info_ilpack,
&ff_vf_info_pp7,
- &ff_vf_info_pullup,
&ff_vf_info_qp,
&ff_vf_info_softpulldown,
&ff_vf_info_uspp,
OpenPOWER on IntegriCloud