]> git.tuebingen.mpg.de Git - paraslash.git/blob - aac.h
First draft of the aac audio format handler
[paraslash.git] / aac.h
1 #include <neaacdec.h>
2
3 /* exported symbols from aac_common.c */
4 NeAACDecHandle aac_open(void);
5 int aac_find_esds(unsigned char *buf, unsigned buflen, int *skip);