diff options
Diffstat (limited to 'apps/codecs/libm4a/m4a.h')
| -rw-r--r-- | apps/codecs/libm4a/m4a.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/codecs/libm4a/m4a.h b/apps/codecs/libm4a/m4a.h index 98cf8d6..7fea375 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, stream_t* stream, unsigned int sample_loc, uint32_t* samplesdone, int* currentblock); +unsigned int alac_seek_raw (demux_res_t* demux_res, + stream_t* stream, + unsigned int file_loc, + uint32_t* samplesdone, int* currentblock); #endif /* STREAM_H */ |