fix compile, sorry

This commit is contained in:
Rudolf Polzer 2013-06-16 17:26:28 +02:00
parent c6cbbd292a
commit fee0b99047
1 changed files with 1 additions and 0 deletions

View File

@ -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");