summaryrefslogtreecommitdiffstats
path: root/video/filter
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-10-08 12:44:07 +0200
committerwm4 <wm4@nowhere>2014-10-08 12:44:47 +0200
commit014547bdc2c148713e335b6468c5029bb88555b0 (patch)
treebf0d6d76b974a6c721dfe5a53aea7942515dc6ba /video/filter
parent8d905288262d04526d3c0348a07fa34c8ada6b96 (diff)
downloadmpv-014547bdc2c148713e335b6468c5029bb88555b0.tar.bz2
mpv-014547bdc2c148713e335b6468c5029bb88555b0.tar.xz
vf_lavfi: fix compilation failure
Apparently this fails to compile with clang6. Patch by someone else. CC: @mpv-player/stable
Diffstat (limited to 'video/filter')
-rw-r--r--video/filter/vf_lavfi.h1
1 files changed, 0 insertions, 1 deletions
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};