summaryrefslogtreecommitdiff
path: root/libavfilter/vf_mp.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-10-31 14:39:55 +0100
committerStefano Sabatini <stefasab@gmail.com>2012-10-31 14:46:18 +0100
commit29a9e4d5c97e50114436b93339a93440fb3e2122 (patch)
tree0a75e24678543f726e9394e624f3793df3655750 /libavfilter/vf_mp.c
parent9d478f38cd260ad517a1daad17bae7e68a5ace3a (diff)
lavfi/mp: drop the mp=rectangle filter
All the rectangle features have been ported to the native drawbox filter, which has an equivalent syntax.
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 146041b7dd..fddba3b2a2 100644
--- a/libavfilter/vf_mp.c
+++ b/libavfilter/vf_mp.c
@@ -163,7 +163,6 @@ extern const vf_info_t vf_info_pp7;
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_sab;
extern const vf_info_t vf_info_scale;
extern const vf_info_t vf_info_softpulldown;
@@ -211,7 +210,6 @@ static const vf_info_t* const filters[]={
&vf_info_pp7,
&vf_info_pullup,
&vf_info_qp,
- &vf_info_rectangle,
&vf_info_sab,
&vf_info_softpulldown,
&vf_info_softskip,