summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorAndree Buschmann <AndreeBuschmann@t-online.de>2011-04-23 22:28:47 +0000
committerAndree Buschmann <AndreeBuschmann@t-online.de>2011-04-23 22:28:47 +0000
commit6bab4e8dc04204955cbeef4e09f412903f1c7f8a (patch)
treef294413828234e9598e924d7e03fbf6ed70554b1 /apps
parent7d1de584fed9afe98dcb1bec5a51f33ff2f17ee5 (diff)
downloadrockbox-6bab4e8dc04204955cbeef4e09f412903f1c7f8a.tar.gz
rockbox-6bab4e8dc04204955cbeef4e09f412903f1c7f8a.zip
get_sample_info() has been removed.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29771 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/codecs/libm4a/m4a.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/codecs/libm4a/m4a.h b/apps/codecs/libm4a/m4a.h
index da5401dba4..4847e2db32 100644
--- a/apps/codecs/libm4a/m4a.h
+++ b/apps/codecs/libm4a/m4a.h
@@ -129,8 +129,6 @@ void stream_seek(stream_t *stream, size_t offset);
129int stream_eof(stream_t *stream); 129int stream_eof(stream_t *stream);
130 130
131void stream_create(stream_t *stream,struct codec_api* ci); 131void stream_create(stream_t *stream,struct codec_api* ci);
132int get_sample_info(demux_res_t *demux_res, uint32_t sample,
133 uint32_t *sample_duration, uint32_t *sample_byte_size);
134unsigned int get_sample_offset(demux_res_t *demux_res, uint32_t sample); 132unsigned int get_sample_offset(demux_res_t *demux_res, uint32_t sample);
135unsigned int m4a_seek (demux_res_t* demux_res, stream_t* stream, 133unsigned int m4a_seek (demux_res_t* demux_res, stream_t* stream,
136 uint32_t sound_sample_loc, uint32_t* sound_samples_done, 134 uint32_t sound_sample_loc, uint32_t* sound_samples_done,