Commit 0b9d6368 authored by Michael Niedermayer's avatar Michael Niedermayer

ffmpeg_opt: add missing space in error message

Found-by: rcombs
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 737b0ca6
......@@ -2024,7 +2024,7 @@ loop_end:
map->file_index, map->stream_index);
if (!ignore_unknown_streams) {
av_log(NULL, AV_LOG_FATAL,
"If you want unsupported types ignored instead"
"If you want unsupported types ignored instead "
"of failing, please use the -ignore_unknown option\n");
exit_program(1);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment