diff options
author | Michael Niedermayer | 2015-05-21 01:47:50 +0200 |
---|---|---|
committer | Michael Niedermayer | 2015-05-21 01:47:50 +0200 |
commit | 0b9d636877a4ac5d5e4736ad34da083998ea60be (patch) | |
tree | e52b5b20a4e94ca001d65ae533fe955560527a64 /ffmpeg_opt.c | |
parent | 737b0ca65b485a85ab1996241be05d08d1878682 (diff) |
ffmpeg_opt: add missing space in error message
Found-by: rcombs
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'ffmpeg_opt.c')
-rw-r--r-- | ffmpeg_opt.c | 2 |
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); } |