Less restrictive minimum/maximum for the "target bitrate" selector.

This commit is contained in:
LoRd_MuldeR 2012-05-08 02:50:20 +02:00
parent 38a6def683
commit 1f0518d10c
2 changed files with 4 additions and 3 deletions

View File

@ -419,10 +419,10 @@
<string>Select the target average(!) bitrate, in kilobit/sec. Higher value means better quality, but bigger file. Lower value means smaller file, but lower quality.</string> <string>Select the target average(!) bitrate, in kilobit/sec. Higher value means better quality, but bigger file. Lower value means smaller file, but lower quality.</string>
</property> </property>
<property name="minimum"> <property name="minimum">
<number>100</number> <number>10</number>
</property> </property>
<property name="maximum"> <property name="maximum">
<number>250000</number> <number>1000000</number>
</property> </property>
<property name="value"> <property name="value">
<number>100</number> <number>100</number>
@ -1292,6 +1292,7 @@
</tabstops> </tabstops>
<resources> <resources>
<include location="../res/resources.qrc"/> <include location="../res/resources.qrc"/>
<include location="../res/resources.qrc"/>
</resources> </resources>
<connections> <connections>
<connection> <connection>

View File

@ -22,7 +22,7 @@
#define VER_X264_MAJOR 2 #define VER_X264_MAJOR 2
#define VER_X264_MINOR 0 #define VER_X264_MINOR 0
#define VER_X264_PATCH 4 #define VER_X264_PATCH 4
#define VER_X264_BUILD 328 #define VER_X264_BUILD 329
#define VER_X264_MINIMUM_REV 2189 #define VER_X264_MINIMUM_REV 2189
#define VER_X264_CURRENT_API 124 #define VER_X264_CURRENT_API 124