]> git.sesse.net Git - vlc/commitdiff
Added a comment about seek while paused issue.
authorLaurent Aimar <fenrir@videolan.org>
Wed, 15 Oct 2008 18:09:09 +0000 (20:09 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Wed, 15 Oct 2008 19:29:51 +0000 (21:29 +0200)
src/input/input.c

index acae8eac67ade17575972d75f02a180dceee5f3d..35e4b4cf220d34690f09d1829be90f5f4b9d9af8 100644 (file)
@@ -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 );