Allow seeking while paused
commit6fec7ec734c25424e268465ae806063273c4e5be
authorUoti Urpala <uau@glyph.nonexistent.invalid>
Sun, 30 Nov 2008 01:19:46 +0000 (30 03:19 +0200)
committerUoti Urpala <uau@glyph.nonexistent.invalid>
Tue, 9 Dec 2008 02:31:07 +0000 (9 04:31 +0200)
tree2f934dad79b7d25ac1c187070c55232a512f12af
parent77c709ad31ebe997dbd824506c145a0ac24581d0
Allow seeking while paused

Screen is now updated immediately (doesn't always work without
correct-pts yet though). Doing audio unpause after the seek reset can
display errors.

Main loop code now checks for possible reasons to stop command
processing instead of relying on each command to also set an explicit
'break' flag.
command.c
command.h
mplayer.c