git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e2f21c
)
Added a comment about seek while paused issue.
author
Laurent Aimar
<fenrir@videolan.org>
Wed, 15 Oct 2008 18:09:09 +0000
(20:09 +0200)
committer
Laurent Aimar
<fenrir@videolan.org>
Wed, 15 Oct 2008 19:29:51 +0000
(21:29 +0200)
src/input/input.c
patch
|
blob
|
history
diff --git
a/src/input/input.c
b/src/input/input.c
index
acae8ea
..
35e4b4c
100644
(file)
--- a/
src/input/input.c
+++ b/
src/input/input.c
@@
-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 );