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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libm4a/m4a.h b/apps/codecs/libm4a/m4a.h
index e49d14b832..da5401dba4 100644
--- a/apps/codecs/libm4a/m4a.h
+++ b/apps/codecs/libm4a/m4a.h
@@ -137,6 +137,6 @@ unsigned int m4a_seek (demux_res_t* demux_res, stream_t* stream,
137 int* current_sample); 137 int* current_sample);
138unsigned int m4a_seek_raw (demux_res_t* demux_res, stream_t* stream, 138unsigned int m4a_seek_raw (demux_res_t* demux_res, stream_t* stream,
139 uint32_t file_loc, uint32_t* sound_samples_done, int* current_sample); 139 uint32_t file_loc, uint32_t* sound_samples_done, int* current_sample);
140int m4a_check_sample_offset(demux_res_t *demux_res, uint32_t frame); 140int m4a_check_sample_offset(demux_res_t *demux_res, uint32_t frame, uint32_t *start);
141 141
142#endif /* STREAM_H */ 142#endif /* STREAM_H */