Fixed typo

This commit is contained in:
eisneinechse
2020-07-07 10:20:48 -07:00
parent 9ef8f8478e
commit 6114be5e0f

View File

@@ -1203,7 +1203,7 @@ AVStream *FFmpegWriter::add_video_stream() {
c->bit_rate = info.video_bit_rate;
if (info.video_bit_rate >= 1500000) {
if (c->codec_id == AV_CODEC_ID_MPEG2VIDEO) {
c->qmin = 3;
c->qmin = 2;
c->qmax = 30;
}
}