FFmpeg
4.0
|
Go to the source code of this file.
Data Structures | |
struct | AMRContext |
Functions | |
static int | amr_probe (AVProbeData *p) |
static int | amr_read_header (AVFormatContext *s) |
static int | amr_read_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
static const char | AMR_header [] = "#!AMR\n" |
static const char | AMRWB_header [] = "#!AMR-WB\n" |
static const uint8_t | amrnb_packed_size [16] |
static const uint8_t | amrwb_packed_size [16] |
|
static |
Definition at line 74 of file amr.c.
Referenced by amr_read_packet().
|
static |
Definition at line 87 of file amr.c.
Referenced by amr_read_packet().
|
static |
|
static |
Definition at line 38 of file amr.c.
Referenced by amr_probe(), and amr_read_header().
|
static |
Definition at line 39 of file amr.c.
Referenced by amr_read_header().
|
static |
Definition at line 41 of file amr.c.
Referenced by amr_read_packet().
|
static |
Definition at line 44 of file amr.c.
Referenced by amr_read_packet().