ffmpeg_opt: add missing space in error message
Found-by: rcombs Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -2024,7 +2024,7 @@ loop_end:
|
|||||||
map->file_index, map->stream_index);
|
map->file_index, map->stream_index);
|
||||||
if (!ignore_unknown_streams) {
|
if (!ignore_unknown_streams) {
|
||||||
av_log(NULL, AV_LOG_FATAL,
|
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");
|
"of failing, please use the -ignore_unknown option\n");
|
||||||
exit_program(1);
|
exit_program(1);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user