summaryrefslogtreecommitdiff
path: root/libavfilter/vf_mp.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-08-14 12:04:23 +0200
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2011-08-14 12:26:44 +0200
commit6e89bdfecf723d642fe52180af25918c3bd762a2 (patch)
treefe90a95c18e49b1f6ca4a59481e0274c3e1f2c34 /libavfilter/vf_mp.c
parent2701f6cc6aca624e6d26f1bd3bd6190b8024ea6b (diff)
lavfi: remove delogo mp wrapper
The delogo filter has been natively integrated into libavfilter, simplify.
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 30f073c3d4..a2447047e8 100644
--- a/libavfilter/vf_mp.c
+++ b/libavfilter/vf_mp.c
@@ -126,7 +126,6 @@ extern const vf_info_t vf_info_ass;
extern const vf_info_t vf_info_bmovl;
extern const vf_info_t vf_info_crop;
extern const vf_info_t vf_info_decimate;
-extern const vf_info_t vf_info_delogo;
extern const vf_info_t vf_info_denoise3d;
extern const vf_info_t vf_info_detc;
extern const vf_info_t vf_info_dint;
@@ -197,7 +196,6 @@ extern const vf_info_t vf_info_zrmjpeg;
static const vf_info_t* const filters[]={
&vf_info_2xsai,
&vf_info_decimate,
- &vf_info_delogo,
&vf_info_denoise3d,
&vf_info_detc,
&vf_info_dint,