[vlc-commits] commit: qt4: videobitrate range from 0 to 32768 (Ilkka Ollakka )
git at videolan.org
git at videolan.org
Sat May 15 19:50:24 CEST 2010
vlc | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Sat May 15 19:52:33 2010 +0300| [9f96d00952f05a59eefd4bdbb2ed9224e882162f] | committer: Ilkka Ollakka
qt4: videobitrate range from 0 to 32768
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9f96d00952f05a59eefd4bdbb2ed9224e882162f
---
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 72ea182..e409709 100644
--- a/modules/gui/qt4/ui/profiles.ui
+++ b/modules/gui/qt4/ui/profiles.ui
@@ -198,10 +198,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