ffmpeg_opt: add missing space in error message

Found-by: rcombs
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2015-05-21 01:47:50 +02:00
parent 737b0ca65b
commit 0b9d636877

View File

@ -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);
}