From: Mikko Rasa Date: Sun, 24 Jun 2018 14:46:39 +0000 (+0300) Subject: Implement seeking in sound decoders X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=d365c5394308740f478fbdfbb23e2c5d972f19f0;hp=d365c5394308740f478fbdfbb23e2c5d972f19f0;p=libs%2Fal.git Implement seeking in sound decoders This also fixes a bug in Mp3Decoder where the input buffer was not cleared on rewind so playback didn't immediately restart from the beginning. ---