forked from len0rd/rockbox
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
This commit is contained in:
parent
6af8603d9a
commit
20332bce1d
9 changed files with 842 additions and 258 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue