]> git.sesse.net Git - vlc/commit
Keep p_input->i_state when adding a subtitle on the fly. This prevents i_state from...
authorAntoine Cellerier <dionoea@videolan.org>
Sat, 23 Aug 2008 14:33:54 +0000 (16:33 +0200)
committerAntoine Cellerier <dionoea@videolan.org>
Sat, 23 Aug 2008 14:37:45 +0000 (16:37 +0200)
commit1e6d10864e1887856f6bf0e9e59b7603a52f9b79
treedd86ef0f6e65edcb5fd8345ffe37206d9f55a106
parentf24603711878dc10e2305c77146ce53ef07a40ea
Keep p_input->i_state when adding a subtitle on the fly. This prevents i_state from being changed to BUFFERING_S (which would in turn prevent the input from being paused). This should close #1904. (Should be backported in 0.8.6 if we keep that branch)
src/input/input.c