mirror of https://github.com/mgba-emu/mgba.git
Qt: Fix VBR
This commit is contained in:
parent
f4f6ff902c
commit
9c83462343
|
@ -141,7 +141,7 @@ void VideoView::setAudioBitrate(int br) {
|
|||
}
|
||||
|
||||
void VideoView::setVideoBitrate(int br) {
|
||||
m_abr = br * 1000;
|
||||
m_vbr = br * 1000;
|
||||
FFmpegEncoderSetVideo(&m_encoder, m_videoCodecCstr, m_vbr);
|
||||
validateSettings();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue