FFmpeg
|
#include "libavutil/avassert.h"
#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "avio_internal.h"
#include "internal.h"
#include "id3v1.h"
#include "id3v2.h"
#include "apetag.h"
Go to the source code of this file.
Macros | |
#define | ADTS_HEADER_SIZE 7 |
Functions | |
static int | adts_aac_probe (const AVProbeData *p) |
static int | adts_aac_resync (AVFormatContext *s) |
static int | adts_aac_read_header (AVFormatContext *s) |
static int | handle_id3 (AVFormatContext *s, AVPacket *pkt) |
static int | adts_aac_read_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
AVInputFormat | ff_aac_demuxer |
|
static |
|
static |
Definition at line 83 of file aacdec.c.
Referenced by adts_aac_read_header(), and adts_aac_read_packet().
|
static |
|
static |
Definition at line 135 of file aacdec.c.
Referenced by adts_aac_read_packet().
|
static |
AVInputFormat ff_aac_demuxer |