d1c0e3ac7fdd1f926e98d5dcb161a902de0855b2
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_stco(unsigned char *buf
, unsigned buflen
, int *skip
);
7 int aac_find_stsz(unsigned char *buf
, unsigned buflen
, unsigned *skip
);
8 unsigned aac_read_int32(unsigned char *buf
);