1
0
Fork 0
forked from len0rd/rockbox

AAC bitstream format files support

Files with extension "aac" in ADTS or ADIF format are now playable.

Full credit goes to Igor Poretsky.

Change-Id: I413b34e15e5242fea60d3461966ae0984080f530
This commit is contained in:
Solomon Peachy 2018-12-22 20:01:42 -05:00
parent 9b9b30bd54
commit 928557bb17
9 changed files with 288 additions and 0 deletions

View file

@ -42,6 +42,7 @@ vgm.c
#if MEMORYSIZE > 2
kss.c
#endif
aac_bsf.c
#ifdef HAVE_RECORDING