[vlc-commits] commit: Do not clear --play-and-pause once it happens ( =?UTF-8?Q?R=C3=A9mi=20Denis=2DCourmont=20?=)
git at videolan.org
git at videolan.org
Sun Dec 12 23:15:39 CET 2010
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Dec 13 00:14:47 2010 +0200| [603b6aa9b6e0687df04178dbb0551a4db1b072ae] | committer: Rémi Denis-Courmont
Do not clear --play-and-pause once it happens
Some people want to seek backward, resume and pause again at end-of-stream.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=603b6aa9b6e0687df04178dbb0551a4db1b072ae
---
src/input/input.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/input/input.c b/src/input/input.c
index 801d212..beae17b 100644
--- a/src/input/input.c
+++ b/src/input/input.c
@@ -762,7 +762,6 @@ static void MainLoop( input_thread_t *p_input, bool b_interactive )
val.i_int = PAUSE_S;
Control( p_input, INPUT_CONTROL_SET_STATE, val );
- b_pause_after_eof = false;
b_paused = true;
}
else
More information about the vlc-commits
mailing list