mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
fix "than" typo
Found-by reimar Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
53496aa7f3
commit
d5a263f480
1 changed files with 1 additions and 1 deletions
|
|
@ -2330,7 +2330,7 @@ static void estimate_timings_from_bit_rate(AVFormatContext *ic)
|
||||||
bit_rate += st->codec->bit_rate;
|
bit_rate += st->codec->bit_rate;
|
||||||
} else if (st->codec->codec_type == AVMEDIA_TYPE_VIDEO && st->codec_info_nb_frames > 1) {
|
} 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
|
// 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;
|
bit_rate = 0;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue