From 26cdd52801db325bba5aaedc1b3544d086049fd6 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 12 Dec 2017 14:53:37 +0100 Subject: 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. --- video/filter/vf.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'video/filter/vf.c') 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 -- cgit v1.2.3