vf_lavfi: fix compilation failure

Apparently this fails to compile with clang6. Patch by someone else.

CC: @mpv-player/stable
This commit is contained in:
wm4 2014-10-08 12:44:07 +02:00
parent 8d90528826
commit 014547bdc2
1 changed files with 0 additions and 1 deletions

View File

@ -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};