FFmpeg
|
#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 |
Definition at line 29 of file aac_parser.c.
Referenced by aac_parse_init().
|
static |
Definition at line 54 of file aac_parser.c.
AVCodecParser ff_aac_parser |
Definition at line 63 of file aac_parser.c.