0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00

Basic UI: Raise bitrate limit to 1000000

I don't know why on earth I set the limit to 16000.  There's no reason
why there should really be a low hard limit.
This commit is contained in:
jp9000 2014-12-18 11:44:12 -08:00
parent c52406c178
commit 1d9440c6a7

View File

@ -412,7 +412,7 @@
<number>200</number>
</property>
<property name="maximum">
<number>16000</number>
<number>1000000</number>
</property>
<property name="value">
<number>2000</number>