vlc | branch: master | Rémi Denis-Courmont <[email protected]> | 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

_______________________________________________
vlc-commits mailing list
[email protected]
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to