core: add struct for queued seek info
commit23f598e0ee2151923a44077f510cd484f239480b
authorUoti Urpala <uau@glyph.nonexistent.invalid>
Sat, 18 Dec 2010 08:13:45 +0000 (18 10:13 +0200)
committerUoti Urpala <uau@glyph.nonexistent.invalid>
Mon, 20 Dec 2010 17:02:14 +0000 (20 19:02 +0200)
treebd04338c6482db5c08d34d23a5aaf872701fc8a7
parentb9a3579ec980dfb01d0b952bf0b859ecdf62d7ea
core: add struct for queued seek info

To prepare for the addition of exact seek support, add a struct for
queued seek state and a helper function to update its state. It would
have been cumbersome to update additional state (showing whether the
seek is forced to be exact or non-exact) manually at every point that
handles seeks.
command.c
mp_core.h
mplayer.c