mplayer.c: share seek-reset code with chapter seeks
commit9c63c084ff589de88ddf26c64a074cdac0eca046
authorUoti Urpala <uau@glyph.nonexistent.invalid>
Sat, 24 Apr 2010 15:50:19 +0000 (24 18:50 +0300)
committerUoti Urpala <uau@glyph.nonexistent.invalid>
Sun, 25 Apr 2010 19:47:32 +0000 (25 22:47 +0300)
tree292a561d02357db37a57f50bf2a56ee5624d4e98
parent7be5f14c3ab0cc3e41f398827f4cf6d4f31d7b99
mplayer.c: share seek-reset code with chapter seeks

Move code resetting various things after a seek into a separate
function and use that for chapter seeks too. In most cases this won't
change behavior because chapter seeks were already falling back to the
same time-based seek code.
mplayer.c