summaryrefslogtreecommitdiff
path: root/libavfilter/vf_mp.c
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-11-11 23:18:03 +0100
committerClément Bœsch <ubitux@gmail.com>2012-11-11 23:18:12 +0100
commit3a7f00810c26f478b31e1c2d99ccb1da49ea02e4 (patch)
tree07fb5c590e71f9b441320038c08a0561f46887fc /libavfilter/vf_mp.c
parent8eecbaf5e40663caf2db4600324741d35c60bc58 (diff)
lavfi: remove mp=geq filter.
Native geq video filter is now available.
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 31410c44b5..8042340a80 100644
--- a/libavfilter/vf_mp.c
+++ b/libavfilter/vf_mp.c
@@ -142,7 +142,6 @@ extern const vf_info_t vf_info_filmdint;
extern const vf_info_t vf_info_flip;
extern const vf_info_t vf_info_format;
extern const vf_info_t vf_info_fspp;
-extern const vf_info_t vf_info_geq;
extern const vf_info_t vf_info_halfpack;
extern const vf_info_t vf_info_harddup;
extern const vf_info_t vf_info_il;
@@ -190,7 +189,6 @@ static const vf_info_t* const filters[]={
&vf_info_fil,
// &vf_info_filmdint, cmmx.h vd.h ‘opt_screen_size_x’
&vf_info_fspp,
- &vf_info_geq,
&vf_info_harddup,
&vf_info_il,
&vf_info_ilpack,