summaryrefslogtreecommitdiffstats
path: root/video/filter/vf.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-01-27 19:02:16 +0100
committerwm4 <wm4@nowhere>2015-01-27 19:04:02 +0100
commit82e3d06f093188afdec1e549aed721b066521b6c (patch)
tree87d23e17364ef65c9b97037cb25a1cd7d1505678 /video/filter/vf.c
parentc92f4a1126cdbd83161bc7d1909ecbd8c9d80fb9 (diff)
downloadmpv-82e3d06f093188afdec1e549aed721b066521b6c.tar.bz2
mpv-82e3d06f093188afdec1e549aed721b066521b6c.tar.xz
vf_swapuv: remove this filter
It's entirely useless. I left it in for a while, because the analog TV code had a transitional bug that could switch chroma planes, but it was fixed long ago. It's also available in libavfilter.
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,