mirror of https://github.com/mpv-player/mpv
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:
parent
f220617267
commit
fa2381765e
|
@ -40,7 +40,6 @@ static void vf_lw_set_reconfig_cb(struct vf_instance *vf,
|
||||||
struct mp_image_params *in,
|
struct mp_image_params *in,
|
||||||
struct mp_image_params *out))
|
struct mp_image_params *out))
|
||||||
{
|
{
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
#include "options/m_option.h"
|
#include "options/m_option.h"
|
||||||
static const struct m_sub_options vf_lw_conf = {0};
|
static const struct m_sub_options vf_lw_conf = {0};
|
||||||
|
|
Loading…
Reference in New Issue