Fix build with libavfilter disabled

Although I'm not sure why we even support this.
This commit is contained in:
wm4 2014-09-28 19:10:50 +02:00
parent 295b6dc169
commit aeaa1767e9
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ static void *vf_lw_old_priv(struct vf_instance *vf)
static void vf_lw_update_graph(struct vf_instance *vf, char *filter, char *opts, ...)
{
}
void vf_lw_set_reconfig_cb(struct vf_instance *vf,
static void vf_lw_set_reconfig_cb(struct vf_instance *vf,
int (*reconfig)(struct vf_instance *vf,
struct mp_image_params *in,
struct mp_image_params *out))