diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-12-13 20:52:31 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-12-13 20:52:31 +0100 |
commit | d5a263f480fbca873f113609e2a5510e942c27c6 (patch) | |
tree | 4936ef5a9dcd0639b4502e7442b560584838cfac /libavformat/utils.c | |
parent | 53496aa7f3d1b2165a198c3b96099e648963c218 (diff) | |
download | ffmpeg-d5a263f480fbca873f113609e2a5510e942c27c6.tar.gz |
fix "than" typo
Found-by reimar
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/utils.c')
-rw-r--r-- | libavformat/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/utils.c b/libavformat/utils.c index 3636d43bc8..80e6be9fce 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; } |