af_export: fix compilation warning

Blargh.
This commit is contained in:
wm4 2013-09-18 20:03:40 +02:00
parent 4a9f618d9f
commit 69e272dad7
1 changed files with 1 additions and 2 deletions

View File

@ -100,8 +100,7 @@ static int control(struct af_instance* af, int cmd, void* arg)
s->buf[i] = (uint8_t *)s->buf[0] + i*s->sz*af->data->bps; s->buf[i] = (uint8_t *)s->buf[0] + i*s->sz*af->data->bps;
if (!s->filename) { if (!s->filename) {
mp_msg(MSGT_AFILTER, MSGL_FATAL, "[export] No filename set.\n", mp_msg(MSGT_AFILTER, MSGL_FATAL, "[export] No filename set.\n");
s->filename);
return AF_ERROR; return AF_ERROR;
} }