]> git.tuebingen.mpg.de Git - paraslash.git/commit
aac_afh: use the file mapping rather than read()
authorAndre Noll <maan@systemlinux.org>
Mon, 12 Mar 2007 21:33:34 +0000 (22:33 +0100)
committerAndre Noll <maan@systemlinux.org>
Mon, 12 Mar 2007 21:33:34 +0000 (22:33 +0100)
commitfac1d658b59ee97cf5ea7e91df37b46e57aee59e
treecb0c05420c6290f93065284927b0f2fbc779b288
parent357f5e11bb0dcf2b40624b3c312833af43dab0a1
aac_afh: use the file mapping rather than read()

This simplifies this audio format handler quite a bit.

Also fix a bug in error.h: E_AAC_OVERRUN is an error of the aac decoder,
so move the corresponding define to where it belongs.
aac_afh.c
error.h