[FFmpeg-cvslog] ffmpeg_opt: add missing space in error message
Michael Niedermayer
git at videolan.org
Thu May 21 02:14:29 CEST 2015
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Thu May 21 01:47:50 2015 +0200| [0b9d636877a4ac5d5e4736ad34da083998ea60be] | committer: Michael Niedermayer
ffmpeg_opt: add missing space in error message
Found-by: rcombs
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0b9d636877a4ac5d5e4736ad34da083998ea60be
---
ffmpeg_opt.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ffmpeg_opt.c b/ffmpeg_opt.c
index aa0f3db..d70318c 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);
}
More information about the ffmpeg-cvslog
mailing list