summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorRudolf Polzer <divverent@xonotic.org>2013-06-16 17:26:28 +0200
committerRudolf Polzer <divverent@xonotic.org>2013-06-16 17:26:28 +0200
commitfee0b990475fad20a40711ecbe2926070a67af2b (patch)
treeae23f923ffd9317581a45d15a926970710afd017 /video
parentc6cbbd292aa59c4b88abcff85bd327606cf821de (diff)
downloadmpv-fee0b990475fad20a40711ecbe2926070a67af2b.tar.bz2
mpv-fee0b990475fad20a40711ecbe2926070a67af2b.tar.xz
fix compile, sorry
Diffstat (limited to 'video')
-rw-r--r--video/filter/vf_dlopen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/filter/vf_dlopen.c b/video/filter/vf_dlopen.c
index 2f13287e3d..72e747c2a7 100644
--- a/video/filter/vf_dlopen.c
+++ b/video/filter/vf_dlopen.c
@@ -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");