bufseek: Changed specification and improved range checking.
commit033a4a8263b4658c50d36b2830ca63060e85e1d9
authorNicolas Pennequin <nicolas.pennequin@free.fr>
Sun, 5 Aug 2007 18:17:29 +0000 (5 20:17 +0200)
committerNicolas Pennequin <nicolas.pennequin@free.fr>
Sun, 5 Aug 2007 18:17:29 +0000 (5 20:17 +0200)
treea675673728759aaadaf675f3e90279e1035b9876
parent0e7c78e2f7cbc39560cdd8255ba2096d34812db8
bufseek: Changed specification and improved range checking.

It makes more sense to seek within the file than within the available data,
(that would be overly complicated for the caller anyway).
Seeking to a point before the available data should now trigger a rebuffer
(required for the case of rewinding to the start of an audio track), but I
haven't tested this yet.
testplugin.c