[vlc-commits] commit: qt4: videobitrate range from 0 to 32768 (Ilkka Ollakka )
git at videolan.org
git at videolan.org
Sat Jun 12 21:17:36 CEST 2010
vlc/vlc-1.1 | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Sat May 15 19:52:33 2010 +0300| [192f439996e19a028fef863b5372e98488113041] | committer: Ilkka Ollakka
qt4: videobitrate range from 0 to 32768
(cherry picked from commit 9f96d00952f05a59eefd4bdbb2ed9224e882162f)
Signed-off-by: Ilkka Ollakka <ileoo at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=192f439996e19a028fef863b5372e98488113041
---
modules/gui/qt4/ui/profiles.ui | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/gui/qt4/ui/profiles.ui b/modules/gui/qt4/ui/profiles.ui
index c386e8e..2fc8a87 100644
--- a/modules/gui/qt4/ui/profiles.ui
+++ b/modules/gui/qt4/ui/profiles.ui
@@ -205,10 +205,10 @@
<string> kb/s</string>
</property>
<property name="minimum">
- <number>8</number>
+ <number>0</number>
</property>
<property name="maximum">
- <number>8192</number>
+ <number>32768</number>
</property>
<property name="value">
<number>800</number>
More information about the vlc-commits
mailing list