diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-10-08 21:39:36 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-10-08 23:18:48 +0200 |
commit | 96fad826ffde544591c850bfaf0bcce530fffaab (patch) | |
tree | 8ce79bd6a49688d53e37a98e23b04d5e1f23b0fe /ffmpeg.c | |
parent | db27bef747f88944d5c419c435a7124603f9115b (diff) | |
download | ffmpeg-96fad826ffde544591c850bfaf0bcce530fffaab.tar.gz |
ffmpeg: put space back that was lost during someone reformating it.
Found-by: Ramiro
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'ffmpeg.c')
-rw-r--r-- | ffmpeg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |