Skip to content

Commit 9ef8f84

Browse files
committed
Formating
1 parent 3157d75 commit 9ef8f84

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/FFmpegWriter.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1202,10 +1202,10 @@ AVStream *FFmpegWriter::add_video_stream() {
12021202
) {
12031203
c->bit_rate = info.video_bit_rate;
12041204
if (info.video_bit_rate >= 1500000) {
1205-
if (c->codec_id == AV_CODEC_ID_MPEG2VIDEO) {
1206-
c->qmin = 3;
1207-
c->qmax = 30;
1208-
}
1205+
if (c->codec_id == AV_CODEC_ID_MPEG2VIDEO) {
1206+
c->qmin = 3;
1207+
c->qmax = 30;
1208+
}
12091209
}
12101210
// Here should be the setting for low fixed bitrate
12111211
// Defaults are used because mpeg2 otherwise had problems

0 commit comments

Comments
 (0)