summaryrefslogtreecommitdiffstats
path: root/video/filter/vf.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-12-03 23:03:53 +0100
committerwm4 <wm4@nowhere>2013-12-04 00:07:39 +0100
commit5b7351ee3a1c3c82415033d254fa113d7abd3922 (patch)
tree8647ffe9f455dd9a21f37581ad69727b28c5acad /video/filter/vf.c
parent66f74d031d1465b29b73512c36612f13ad1d4e01 (diff)
downloadmpv-5b7351ee3a1c3c82415033d254fa113d7abd3922.tar.bz2
mpv-5b7351ee3a1c3c82415033d254fa113d7abd3922.tar.xz
video/filter: remove vf_down3dright
Apparently you can get this with: stereo3d=ab[2]{l,r}:sbs[2]{l,r} So it seems the filter is redundant and can be removed. Also see FFmpeg commit 2f11aa141a01.
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 bbe0ef8534..7242f47514 100644
--- a/video/filter/vf.c
+++ b/video/filter/vf.c
@@ -54,7 +54,6 @@ 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_down3dright;
extern const vf_info_t vf_info_hqdn3d;
extern const vf_info_t vf_info_ilpack;
extern const vf_info_t vf_info_dsize;
@@ -98,7 +97,6 @@ static const vf_info_t *const filter_list[] = {
&vf_info_gradfun,
&vf_info_unsharp,
&vf_info_swapuv,
- &vf_info_down3dright,
&vf_info_hqdn3d,
&vf_info_ilpack,
&vf_info_dsize,