Commit 08885df7 authored by Laurent Aimar's avatar Laurent Aimar

* input: fixed slower/faster rate.

parent d054685c
...@@ -126,7 +126,7 @@ input_thread_t *__input_CreateThread( vlc_object_t *p_parent, ...@@ -126,7 +126,7 @@ input_thread_t *__input_CreateThread( vlc_object_t *p_parent,
p_input->bookmark = NULL; p_input->bookmark = NULL;
p_input->p_es_out = NULL; p_input->p_es_out = NULL;
p_input->p_sout = NULL; p_input->p_sout = NULL;
p_input->b_out_pace_control = VLC_FALSE; p_input->b_out_pace_control = VLC_TRUE;
p_input->i_pts_delay = 0; p_input->i_pts_delay = 0;
......
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