mirror of
https://github.com/mpv-player/mpv
synced 2025-01-18 04:51:52 +00:00
af_export: fix compilation warning
Blargh.
This commit is contained in:
parent
4a9f618d9f
commit
69e272dad7
@ -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;
|
||||
|
||||
if (!s->filename) {
|
||||
mp_msg(MSGT_AFILTER, MSGL_FATAL, "[export] No filename set.\n",
|
||||
s->filename);
|
||||
mp_msg(MSGT_AFILTER, MSGL_FATAL, "[export] No filename set.\n");
|
||||
return AF_ERROR;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user