]> git.sesse.net Git - vlc/commitdiff
Do not clear --play-and-pause once it happens
authorRémi Denis-Courmont <remi@remlab.net>
Sun, 12 Dec 2010 22:14:47 +0000 (00:14 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Sun, 12 Dec 2010 22:14:47 +0000 (00:14 +0200)
Some people want to seek backward, resume and pause again at end-of-stream.

src/input/input.c

index 801d212ae0090a8195bce3b5ac78d7e11494aeb5..beae17b42090ad9951fad98c80679b4ca2daf02d 100644 (file)
@@ -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