FFmpeg
|
#include "parser.h"
#include "aac_ac3_parser.h"
#include "adts_header.h"
#include "adts_parser.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 | |
const AVCodecParser | ff_aac_parser |
|
static |
Definition at line 30 of file aac_parser.c.
Referenced by aac_parse_init().
|
static |
Definition at line 56 of file aac_parser.c.
const AVCodecParser ff_aac_parser |
Definition at line 65 of file aac_parser.c.