summaryrefslogtreecommitdiff
path: root/libavfilter/vf_mp.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2013-03-19 15:15:37 +0000
committerPaul B Mahol <onemda@gmail.com>2013-03-19 17:15:53 +0000
commit17c1881d5823acae349f4df3306358536aab5b7f (patch)
treeb5c3a5878f539acc19de4ebd410b5fe386b7e936 /libavfilter/vf_mp.c
parentb964b0fc5c6314c76f73abb4359303a8d7a3d99e (diff)
lavfi: remove harddup libmpcodecs wrapper
It is supposed to be used with mencoder only and does nothing when used with ffmpeg. 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 0a00ec9bb8..4bb5e40f0f 100644
--- a/libavfilter/vf_mp.c
+++ b/libavfilter/vf_mp.c
@@ -131,7 +131,6 @@ extern const vf_info_t ff_vf_info_eq;
extern const vf_info_t ff_vf_info_fil;
//extern const vf_info_t ff_vf_info_filmdint;
extern const vf_info_t ff_vf_info_fspp;
-extern const vf_info_t ff_vf_info_harddup;
extern const vf_info_t ff_vf_info_ilpack;
extern const vf_info_t ff_vf_info_ivtc;
extern const vf_info_t ff_vf_info_mcdeint;
@@ -160,7 +159,6 @@ static const vf_info_t* const filters[]={
&ff_vf_info_fil,
// &ff_vf_info_filmdint, cmmx.h vd.h ‘opt_screen_size_x’
&ff_vf_info_fspp,
- &ff_vf_info_harddup,
&ff_vf_info_ilpack,
&ff_vf_info_ivtc,
&ff_vf_info_mcdeint,