core: fix audio-only + framestep weird behavior
commit798a308d97c869538878f842011167a3ec603df4
authorUoti Urpala <uau@glyph.nonexistent.invalid>
Mon, 20 Dec 2010 17:38:54 +0000 (20 19:38 +0200)
committerUoti Urpala <uau@glyph.nonexistent.invalid>
Mon, 20 Dec 2010 17:38:54 +0000 (20 19:38 +0200)
tree238c0746c7fbae81e08c558b700d28bbbd811ff4
parent0afb326035e66663a90c4609f21560ce772e9718
core: fix audio-only + framestep weird behavior

Trying to do a framestep while playing an audio-only file would play
the file until the end, then start the next file in paused state. Make
framestep state enter pause again immediately if there is no video.
Also reset framestep state when switching files.
mplayer.c