UI: Set Multitrack Video maximum bitrate limit default to 0/Auto

There were some reports that the default value of 8000 was confusing
because it implies that the automaticaly selected and used value is 8000
Kbps. Set it to 0 which should hopefully make it more obvious that OBS
is not sending 0 Kbps.
This commit is contained in:
Ryan Foster 2024-06-14 18:06:13 -04:00 committed by Lain
parent d1bf6f951a
commit 0d7478c017

View file

@ -1674,13 +1674,13 @@
<string notr="true"> Kbps</string>
</property>
<property name="minimum">
<number>500</number>
<number>0</number>
</property>
<property name="maximum">
<number>1000000</number>
</property>
<property name="value">
<number>8000</number>
<number>0</number>
</property>
</widget>
</item>