summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-10-08 12:44:07 +0200
committerAlessandro Ghedini <alessandro@ghedini.me>2014-10-11 14:00:52 +0200
commitfa2381765e6a9acb5b7ab4402b82b58d32ed3b03 (patch)
treea666156498814fcaab78bb741b0dd5f69c0d64bd
parentf22061726715b8579f378d0978437afcfe8b89ca (diff)
downloadmpv-fa2381765e6a9acb5b7ab4402b82b58d32ed3b03.tar.bz2
mpv-fa2381765e6a9acb5b7ab4402b82b58d32ed3b03.tar.xz
vf_lavfi: fix compilation failure
Apparently this fails to compile with clang6. Patch by someone else. CC: @mpv-player/stable
-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};