#include "config_components.h"
#include "libavutil/channel_layout.h"
#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "avio_internal.h"
#include "demux.h"
#include "internal.h"
#include "mux.h"
#include "rawdec.h"
#include "rawenc.h"
Go to the source code of this file.
◆ AMR_header
const uint8_t AMR_header[6] = "#!AMR\x0a" |
|
static |
Definition at line 42 of file amr.c.
◆ AMRMC_header
const uint8_t AMRMC_header[12] = "#!AMR_MC1.0\x0a" |
|
static |
Definition at line 43 of file amr.c.
◆ AMRWB_header
const uint8_t AMRWB_header[9] = "#!AMR-WB\x0a" |
|
static |
Definition at line 44 of file amr.c.
◆ AMRWBMC_header
const uint8_t AMRWBMC_header[15] = "#!AMR-WB_MC1.0\x0a" |
|
static |
Definition at line 45 of file amr.c.
◆ amrnb_packed_size
const uint8_t amrnb_packed_size[16] |
|
static |
Initial value:= {
13, 14, 16, 18, 20, 21, 27, 32, 6, 1, 1, 1, 1, 1, 1, 1
}
Definition at line 47 of file amr.c.
◆ amrwb_packed_size
const uint8_t amrwb_packed_size[16] |
|
static |
Initial value:= {
18, 24, 33, 37, 41, 47, 51, 59, 61, 6, 1, 1, 1, 1, 1, 1
}
Definition at line 50 of file amr.c.