mirror of https://github.com/mpv-player/mpv
fix compile, sorry
This commit is contained in:
parent
c6cbbd292a
commit
fee0b99047
|
@ -292,6 +292,7 @@ static int query_format(struct vf_instance *vf, unsigned int fmt)
|
|||
|
||||
static int vf_open(vf_instance_t *vf, char *args)
|
||||
{
|
||||
int i;
|
||||
if (!vf->priv->cfg_dllname) {
|
||||
mp_msg(MSGT_VFILTER, MSGL_ERR,
|
||||
"usage: -vf dlopen=filename.so:function:args\n");
|
||||
|
|
Loading…
Reference in New Issue