You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Fixed typo
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user