diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-06-01 22:30:00 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-06-01 22:35:20 +0200 |
commit | ec34963276fc03fc0730bd0be264ff9b7f3145fb (patch) | |
tree | 46df24a3444b5b609fd1ae365f58409d57d54bd4 /libavfilter/vf_mp.c | |
parent | 5fa252b212d1e042262e000ad1e3af3e0c91377c (diff) | |
download | ffmpeg-ec34963276fc03fc0730bd0be264ff9b7f3145fb.tar.gz |
lavfi/mp: drop mcdeint wrapper
It was ported to a native libavfilter filter.
Diffstat (limited to 'libavfilter/vf_mp.c')
-rw-r--r-- | libavfilter/vf_mp.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavfilter/vf_mp.c b/libavfilter/vf_mp.c index b0df5c7a9c..167fb0b0ca 100644 --- a/libavfilter/vf_mp.c +++ b/libavfilter/vf_mp.c @@ -129,7 +129,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_fspp; extern const vf_info_t ff_vf_info_ilpack; -extern const vf_info_t ff_vf_info_mcdeint; extern const vf_info_t ff_vf_info_perspective; extern const vf_info_t ff_vf_info_phase; extern const vf_info_t ff_vf_info_pp7; @@ -148,7 +147,6 @@ static const vf_info_t* const filters[]={ &ff_vf_info_fil, &ff_vf_info_fspp, &ff_vf_info_ilpack, - &ff_vf_info_mcdeint, &ff_vf_info_perspective, &ff_vf_info_phase, &ff_vf_info_pp7, |