mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 12:09:55 +00:00
hdsenc: Use the right filename in an error message
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
7813e6752b
commit
f918b8a293
@ -174,7 +174,7 @@ static int write_manifest(AVFormatContext *s, int final)
|
||||
ret = avio_open2(&out, temp_filename, AVIO_FLAG_WRITE,
|
||||
&s->interrupt_callback, NULL);
|
||||
if (ret < 0) {
|
||||
av_log(s, AV_LOG_ERROR, "Unable to open %s for writing\n", filename);
|
||||
av_log(s, AV_LOG_ERROR, "Unable to open %s for writing\n", temp_filename);
|
||||
return ret;
|
||||
}
|
||||
avio_printf(out, "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n");
|
||||
|
Loading…
Reference in New Issue
Block a user