Commit 96588cbc authored by Laurent Aimar's avatar Laurent Aimar

Added a comment about seek while paused issue.

parent 0e2f21c8
......@@ -740,6 +740,9 @@ static void MainLoop( input_thread_t *p_input )
/* Demux data */
b_force_update = false;
i_wakeup = 0;
/* FIXME if p_input->i_state == PAUSE_S the access/access_demux
* is paused -> this may cause problem with some of them
* The same problem can be seen when seeking while paused */
b_paused = p_input->i_state == PAUSE_S &&
!input_EsOutIsBuffering( p_input->p->p_es_out );
......
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