]> git.sesse.net Git - ffmpeg/commitdiff
fix "than" typo
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 13 Dec 2014 19:52:31 +0000 (20:52 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 13 Dec 2014 19:52:31 +0000 (20:52 +0100)
Found-by reimar
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/utils.c

index 3636d43bc83024b1c6a3c6c6638eea99bdb60a54..80e6be9fce9bf69d7be9a889e3e6e3006a24b62a 100644 (file)
@@ -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;
             }