get_sample_info() has been removed.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29771 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Andree Buschmann 2011-04-23 22:28:47 +00:00
parent 7d1de584fe
commit 6bab4e8dc0

View file

@ -129,8 +129,6 @@ void stream_seek(stream_t *stream, size_t offset);
int stream_eof(stream_t *stream); int stream_eof(stream_t *stream);
void stream_create(stream_t *stream,struct codec_api* ci); void stream_create(stream_t *stream,struct codec_api* ci);
int get_sample_info(demux_res_t *demux_res, uint32_t sample,
uint32_t *sample_duration, uint32_t *sample_byte_size);
unsigned int get_sample_offset(demux_res_t *demux_res, uint32_t sample); unsigned int get_sample_offset(demux_res_t *demux_res, uint32_t sample);
unsigned int m4a_seek (demux_res_t* demux_res, stream_t* stream, unsigned int m4a_seek (demux_res_t* demux_res, stream_t* stream,
uint32_t sound_sample_loc, uint32_t* sound_samples_done, uint32_t sound_sample_loc, uint32_t* sound_samples_done,