summaryrefslogtreecommitdiff
path: root/libavfilter/vf_mp.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-07-17 17:07:39 +0200
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2011-07-23 10:55:50 +0200
commitcc0dc50d027b8aca27b07ef5cededde2e9d96d57 (patch)
tree66d678c57337f127329c7ea307e5ec09a5875b43 /libavfilter/vf_mp.c
parent00a9ac424eeb273785cc529f14e481ff88c02eac (diff)
vf_mp: remove blackframe filter wrapper
blackframe is integrated as a native filter.
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 752d6cb127..86f6244863 100644
--- a/libavfilter/vf_mp.c
+++ b/libavfilter/vf_mp.c
@@ -189,7 +189,6 @@ extern const vf_info_t vf_info_screenshot;
extern const vf_info_t vf_info_ass;
extern const vf_info_t vf_info_mcdeint;
extern const vf_info_t vf_info_yadif;
-extern const vf_info_t vf_info_blackframe;
extern const vf_info_t vf_info_geq;
extern const vf_info_t vf_info_ow;
extern const vf_info_t vf_info_fixpts;
@@ -198,7 +197,6 @@ extern const vf_info_t vf_info_stereo3d;
static const vf_info_t* const filters[]={
&vf_info_2xsai,
- &vf_info_blackframe,
&vf_info_decimate,
&vf_info_delogo,
&vf_info_denoise3d,