[vlc-devel] [vlc-commits] commit: qt4: videobitrate range from 0 to 32768 (Ilkka Ollakka )

Jean-Baptiste Kempf jb at videolan.org
Sat May 15 21:13:26 CEST 2010


0? really?
Isn't that too low?

On Sat, May 15, 2010 at 07:50:24PM +0200, git at videolan.org wrote :
> 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>
> 
> _______________________________________________
> vlc-commits mailing list
> vlc-commits at videolan.org
> http://mailman.videolan.org/listinfo/vlc-commits

-- 
Best Regards,

-- 
Jean-Baptiste Kempf
http://www.jbkempf.com/



More information about the vlc-devel mailing list