]> git.sesse.net Git - vlc/commitdiff
Qt: rate display: fix [5bf9231283106ed14d0eb3272da2db4e60fc6f2e]
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 17 May 2010 16:39:58 +0000 (18:39 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 17 May 2010 16:39:58 +0000 (18:39 +0200)
modules/gui/qt4/input_manager.cpp

index 02610d1e238d4aaf154cada9cfea9c5d5ad73ead..c8b70874e08d0489253005e1fa5bf8a20b55b295 100644 (file)
@@ -79,7 +79,7 @@ InputManager::InputManager( QObject *parent, intf_thread_t *_p_intf) :
     artUrl       = "";
     p_input      = NULL;
     p_input_vbi  = NULL;
-    f_rate       = 1.;
+    f_rate       = 0.;
     p_item       = NULL;
     b_video      = false;
     timeA        = 0;
@@ -139,7 +139,7 @@ void InputManager::delInput()
     b_video              = false;
     timeA                = 0;
     timeB                = 0;
-    f_rate               = 1. ;
+    f_rate               = 0. ;
 
     if( p_input_vbi )
     {