Bump bitrate max to 150 Mbps

This commit is contained in:
Cameron Gutman 2020-09-04 15:15:44 -07:00
parent 6391f2c43d
commit ca0aee58ab

View File

@ -22,8 +22,8 @@
android:key="seekbar_bitrate_kbps"
android:dialogMessage="@string/summary_seekbar_bitrate"
seekbar:min="500"
android:max="150000"
seekbar:step="500"
android:max="100000"
seekbar:keyStep="1000"
seekbar:divisor="1000"
android:summary="@string/summary_seekbar_bitrate"