[vlc-commits] commit: Qt: rate display: fix [5bf9231283106ed14d0eb3272da2db4e60fc6f2e] ( Jean-Baptiste Kempf )
git at videolan.org
git at videolan.org
Mon May 17 18:40:39 CEST 2010
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon May 17 18:39:58 2010 +0200| [5be60a1e3ad2b7810cee90be37889683f21d23b8] | committer: Jean-Baptiste Kempf
Qt: rate display: fix [5bf9231283106ed14d0eb3272da2db4e60fc6f2e]
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5be60a1e3ad2b7810cee90be37889683f21d23b8
---
modules/gui/qt4/input_manager.cpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/gui/qt4/input_manager.cpp b/modules/gui/qt4/input_manager.cpp
index 02610d1..c8b7087 100644
--- a/modules/gui/qt4/input_manager.cpp
+++ b/modules/gui/qt4/input_manager.cpp
@@ -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 )
{
More information about the vlc-commits
mailing list