mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-31 02:13:51 +08:00
c5f1446ab3
The AMF docs specify that the maximum value for TARGET_BITRATE and PEAK_BITRATE is 100,000,000 bit/s. Trying to set values above this maximum value results in AMF choosing from its defaults instead of capping at the maximum value. Let's cap at 100,000 Kbps in the UI to prevent users from running in to this. Fixes GitHub Issue obsproject/obs-studio#7423.