1
0
mirror of https://github.com/mstorsjo/fdk-aac.git synced 2025-02-22 13:37:43 +01:00

3 Commits

Author SHA1 Message Date
Martin Storsjo
8484697c4b Set AVFMT_FLAG_KEEP_SIDE_DATA when demuxing m4a, if the demuxer migth need it 2018-07-05 00:02:56 +03:00
Martin Storsjo
f4da0776b4 Fix the aacDecoder_DecodeFrame call in m4a-dec.c
On errors, this function clears the output buffer, and the buffer
size provided is in number of samples, not number of bytes.
2018-06-29 15:01:12 +03:00
Martin Storsjo
1d9346e267 Add a decoding example that uses libavformat to demux .m4a files 2018-06-22 23:47:19 +03:00