aac: move aac_find_stsz from aac_common.c to to aac_afh.c
[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);
6 int aac_find_entry(unsigned char *buf, unsigned buflen, int *skip);
7 unsigned aac_read_int32(unsigned char *buf);