summaryrefslogtreecommitdiffstats
path: root/video/filter/vf.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/filter/vf.c')
-rw-r--r--video/filter/vf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/video/filter/vf.c b/video/filter/vf.c
index f51b7824ad..251616c0c2 100644
--- a/video/filter/vf.c
+++ b/video/filter/vf.c
@@ -53,7 +53,6 @@ extern const vf_info_t vf_info_noise;
extern const vf_info_t vf_info_eq;
extern const vf_info_t vf_info_gradfun;
extern const vf_info_t vf_info_unsharp;
-extern const vf_info_t vf_info_swapuv;
extern const vf_info_t vf_info_hqdn3d;
extern const vf_info_t vf_info_ilpack;
extern const vf_info_t vf_info_dsize;
@@ -94,7 +93,6 @@ static const vf_info_t *const filter_list[] = {
&vf_info_eq,
&vf_info_gradfun,
&vf_info_unsharp,
- &vf_info_swapuv,
&vf_info_hqdn3d,
&vf_info_ilpack,
&vf_info_dsize,