From 014547bdc2c148713e335b6468c5029bb88555b0 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 8 Oct 2014 12:44:07 +0200 Subject: vf_lavfi: fix compilation failure Apparently this fails to compile with clang6. Patch by someone else. CC: @mpv-player/stable --- video/filter/vf_lavfi.h | 1 - 1 file changed, 1 deletion(-) (limited to 'video') diff --git a/video/filter/vf_lavfi.h b/video/filter/vf_lavfi.h index 21bbe52dc8..d28d7e55d6 100644 --- a/video/filter/vf_lavfi.h +++ b/video/filter/vf_lavfi.h @@ -40,7 +40,6 @@ static void vf_lw_set_reconfig_cb(struct vf_instance *vf, struct mp_image_params *in, struct mp_image_params *out)) { - return 0; } #include "options/m_option.h" static const struct m_sub_options vf_lw_conf = {0}; -- cgit v1.2.3