#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.
Functions | |
static int | aac_sync (uint64_t state, AACAC3ParseContext *hdr_info, int *need_next_header, int *new_frame_start) |
static av_cold int | aac_parse_init (AVCodecParserContext *s1) |
Variables | |
AVCodecParser | ff_aac_parser |
static av_cold int aac_parse_init | ( | AVCodecParserContext * | s1 | ) | [static] |
Definition at line 54 of file aac_parser.c.
static int aac_sync | ( | uint64_t | state, | |
AACAC3ParseContext * | hdr_info, | |||
int * | need_next_header, | |||
int * | new_frame_start | |||
) | [static] |
Initial value:
{ .codec_ids = { CODEC_ID_AAC }, .priv_data_size = sizeof(AACAC3ParseContext), .parser_init = aac_parse_init, .parser_parse = ff_aac_ac3_parse, .parser_close = ff_parse_close, }
Definition at line 63 of file aac_parser.c.