From 20332bce1d49d7285109564d2e29ee18b0acd54e Mon Sep 17 00:00:00 2001 From: Thom Johansen Date: Thu, 31 Aug 2006 18:18:57 +0000 Subject: FS patch #5172 by Andrew Cupper. Musepack seeking support. Decoder should also be faster. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10827 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libmusepack/musepack.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'apps/codecs/libmusepack/musepack.h') diff --git a/apps/codecs/libmusepack/musepack.h b/apps/codecs/libmusepack/musepack.h index 9155f3f..549ea79 100644 --- a/apps/codecs/libmusepack/musepack.h +++ b/apps/codecs/libmusepack/musepack.h @@ -132,6 +132,12 @@ mpc_bool_t mpc_decoder_seek_sample(mpc_decoder *d, mpc_int64_t destsample); /// Seeks to specified position in seconds in the source stream. mpc_bool_t mpc_decoder_seek_seconds(mpc_decoder *d, double seconds); +/// Sets the static seek table pointer. +void mpc_decoder_set_seek_table(mpc_decoder *d, mpc_uint32_t *seek_table, mpc_uint32_t max_table_size); + +/// Cleans up the decoder +void mpc_decoder_destroy(mpc_decoder *d); + #ifdef __cplusplus } #endif // __cplusplus -- cgit v1.1