Skip to content

Commit 6114be5

Browse files
committed
Fixed typo
1 parent 9ef8f84 commit 6114be5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FFmpegWriter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1203,7 +1203,7 @@ AVStream *FFmpegWriter::add_video_stream() {
12031203
c->bit_rate = info.video_bit_rate;
12041204
if (info.video_bit_rate >= 1500000) {
12051205
if (c->codec_id == AV_CODEC_ID_MPEG2VIDEO) {
1206-
c->qmin = 3;
1206+
c->qmin = 2;
12071207
c->qmax = 30;
12081208
}
12091209
}

0 commit comments

Comments
 (0)