summaryrefslogtreecommitdiffstats
path: root/video/filter/vf.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-12-12 14:53:37 +0100
committerJan Ekström <jeebjp@gmail.com>2017-12-12 22:02:56 +0200
commit26cdd52801db325bba5aaedc1b3544d086049fd6 (patch)
treea40fbfdfd905e7ca558d4e600027040096e8eed5 /video/filter/vf.c
parent6c8e7daebb64da59325c4fca10dd3274702ff4f4 (diff)
downloadmpv-26cdd52801db325bba5aaedc1b3544d086049fd6.tar.bz2
mpv-26cdd52801db325bba5aaedc1b3544d086049fd6.tar.xz
vf_buffer: remove this filter
It has been deprecated for a while and is 100% useless. It was forgotten in the recent filter purge. Get rid of it.
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 cd49ebdf52..48a6e9a3a6 100644
--- a/video/filter/vf.c
+++ b/video/filter/vf.c
@@ -48,7 +48,6 @@ extern const vf_info_t vf_info_vaapi;
extern const vf_info_t vf_info_vapoursynth;
extern const vf_info_t vf_info_vapoursynth_lazy;
extern const vf_info_t vf_info_vdpaupp;
-extern const vf_info_t vf_info_buffer;
extern const vf_info_t vf_info_d3d11vpp;
// list of available filters:
@@ -58,7 +57,6 @@ static const vf_info_t *const filter_list[] = {
&vf_info_convert,
&vf_info_lavfi,
&vf_info_lavfi_bridge,
- &vf_info_buffer,
#if HAVE_VAPOURSYNTH_CORE && HAVE_VAPOURSYNTH
&vf_info_vapoursynth,
#endif