summaryrefslogtreecommitdiff
path: root/apps/codecs/libm4a/m4a.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libm4a/m4a.h')
-rw-r--r--apps/codecs/libm4a/m4a.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/codecs/libm4a/m4a.h b/apps/codecs/libm4a/m4a.h
index 98cf8d6acb..7fea37513d 100644
--- a/apps/codecs/libm4a/m4a.h
+++ b/apps/codecs/libm4a/m4a.h
@@ -100,5 +100,9 @@ unsigned int alac_seek (demux_res_t* demux_res,
100 stream_t* stream, 100 stream_t* stream,
101 unsigned int sample_loc, 101 unsigned int sample_loc,
102 uint32_t* samplesdone, int* currentblock); 102 uint32_t* samplesdone, int* currentblock);
103unsigned int alac_seek_raw (demux_res_t* demux_res,
104 stream_t* stream,
105 unsigned int file_loc,
106 uint32_t* samplesdone, int* currentblock);
103 107
104#endif /* STREAM_H */ 108#endif /* STREAM_H */