summaryrefslogtreecommitdiff
path: root/ffmpeg_opt.c
diff options
context:
space:
mode:
Diffstat (limited to 'ffmpeg_opt.c')
-rw-r--r--ffmpeg_opt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffmpeg_opt.c b/ffmpeg_opt.c
index aa0f3db69d..d70318cdf3 100644
--- a/ffmpeg_opt.c
+++ b/ffmpeg_opt.c
@@ -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);
}