Commit 6965ca72 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: rate display: fix [5bf9231283106ed14d0eb3272da2db4e60fc6f2e]

(cherry picked from commit 5be60a1e3ad2b7810cee90be37889683f21d23b8)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 63e9989e
......@@ -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 )
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment