summaryrefslogtreecommitdiff
path: root/libavfilter/vf_mp.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-08-14 21:34:01 +0200
committerStefano Sabatini <stefasab@gmail.com>2012-08-16 14:13:54 +0200
commit6efce3a894d497e045ba85555efaa4abfd685ba3 (patch)
treed79b850bd0e697f46e40c7d39c7755d6cb33edba /libavfilter/vf_mp.c
parente701b0cf7553202085840d3bfd1aff432b4de513 (diff)
lavfi/mp: remove hue wrapped filter
hue was integrated as a native libavfilter 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 4fa02c773a..1cae03ccbd 100644
--- a/libavfilter/vf_mp.c
+++ b/libavfilter/vf_mp.c
@@ -150,7 +150,6 @@ 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_hqdn3d;
-extern const vf_info_t vf_info_hue;
extern const vf_info_t vf_info_il;
extern const vf_info_t vf_info_ilpack;
extern const vf_info_t vf_info_ivtc;
@@ -210,7 +209,6 @@ static const vf_info_t* const filters[]={
&vf_info_geq,
&vf_info_harddup,
&vf_info_hqdn3d,
- &vf_info_hue,
&vf_info_il,
&vf_info_ilpack,
&vf_info_ivtc,