[FFmpeg-cvslog] fix "than" typo
Michael Niedermayer
git at videolan.org
Sat Dec 13 22:18:49 CET 2014
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sat Dec 13 20:52:31 2014 +0100| [d5a263f480fbca873f113609e2a5510e942c27c6] | committer: Michael Niedermayer
fix "than" typo
Found-by reimar
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d5a263f480fbca873f113609e2a5510e942c27c6
---
libavformat/utils.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/utils.c b/libavformat/utils.c
index 3636d43..80e6be9 100644
--- a/libavformat/utils.c
+++ b/libavformat/utils.c
@@ -2330,7 +2330,7 @@ static void estimate_timings_from_bit_rate(AVFormatContext *ic)
bit_rate += st->codec->bit_rate;
} else if (st->codec->codec_type == AVMEDIA_TYPE_VIDEO && st->codec_info_nb_frames > 1) {
// If we have a videostream with packets but without a bitrate
- // than consider the sum not known
+ // then consider the sum not known
bit_rate = 0;
break;
}
More information about the ffmpeg-cvslog
mailing list