#include "parser.h"
#include "aac_ac3_parser.h"
#include "aacadtsdec.h"
#include "get_bits.h"
#include "mpeg4audio.h"
Go to the source code of this file.
◆ aac_sync()
◆ aac_parse_init()
◆ ff_aac_parser
Initial value:= {
}
void ff_parse_close(AVCodecParserContext *s)
static av_cold int aac_parse_init(AVCodecParserContext *s1)
int ff_aac_ac3_parse(AVCodecParserContext *s1, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size)
Definition at line 63 of file aac_parser.c.