[FFmpeg-cvslog] ffmpeg: put space back that was lost during someone reformating it.
Michael Niedermayer
git at videolan.org
Sun Oct 9 02:06:25 CEST 2011
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sat Oct 8 21:39:36 2011 +0200| [96fad826ffde544591c850bfaf0bcce530fffaab] | committer: Michael Niedermayer
ffmpeg: put space back that was lost during someone reformating it.
Found-by: Ramiro
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=96fad826ffde544591c850bfaf0bcce530fffaab
---
ffmpeg.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ffmpeg.c b/ffmpeg.c
index b290022..c376c43 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -2322,7 +2322,7 @@ static int transcode_init(OutputFile *output_files, int nb_output_files,
assert_avoptions(ost->opts);
if (ost->st->codec->bit_rate && ost->st->codec->bit_rate < 1000)
av_log(NULL, AV_LOG_WARNING, "The bitrate parameter is set too low."
- "It takes bits/s as argument, not kbits/s\n");
+ " It takes bits/s as argument, not kbits/s\n");
extra_size += ost->st->codec->extradata_size;
if (ost->st->codec->me_threshold)
More information about the ffmpeg-cvslog
mailing list