summaryrefslogtreecommitdiff
path: root/libavfilter/vf_mp.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-04-07 13:26:51 +0200
committerStefano Sabatini <stefasab@gmail.com>2012-04-07 13:57:39 +0200
commit6cb01c9dba7c1e89b8e7e2077ef62b9efd1fb6a7 (patch)
tree4dd8719996ef11a932766f15b68e88d1e70cf5be /libavfilter/vf_mp.c
parent2f83681c79a7419bec14ed6f40bf3a69b5dd16c2 (diff)
lavfi/mp: remove remove_logo wrapper
removelogo has been ported to libavfilter, and the wrapper was not working.
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 6d548743fe..4e053d787c 100644
--- a/libavfilter/vf_mp.c
+++ b/libavfilter/vf_mp.c
@@ -168,7 +168,6 @@ extern const vf_info_t vf_info_pp;
extern const vf_info_t vf_info_pullup;
extern const vf_info_t vf_info_qp;
extern const vf_info_t vf_info_rectangle;
-extern const vf_info_t vf_info_remove_logo;
extern const vf_info_t vf_info_rotate;
extern const vf_info_t vf_info_sab;
extern const vf_info_t vf_info_scale;
@@ -229,7 +228,6 @@ static const vf_info_t* const filters[]={
&vf_info_pullup,
&vf_info_qp,
&vf_info_rectangle,
- &vf_info_remove_logo,
&vf_info_rotate,
&vf_info_sab,
&vf_info_screenshot,