Go to the source code of this file.
◆ CODEC2_HEADER_SIZE
#define CODEC2_HEADER_SIZE 7 |
◆ CODEC2_MAGIC
#define CODEC2_MAGIC 0xC0DEC2 |
◆ EXPECTED_CODEC2_MAJOR_VERSION
#define EXPECTED_CODEC2_MAJOR_VERSION 0 |
◆ EXPECTED_CODEC2_MINOR_VERSION
#define EXPECTED_CODEC2_MINOR_VERSION 8 |
◆ FRAMES_PER_PACKET
#define FRAMES_PER_PACKET |
Value: { "frames_per_packet", "Number of frames to read at a time. Higher = faster decoding, lower granularity", \
Definition at line 264 of file codec2.c.
◆ codec2_probe()
◆ codec2_mode_frame_size()
◆ codec2_mode_block_align()
◆ codec2_mode_bit_rate()
◆ codec2_read_header_common()
◆ codec2_read_header()
◆ codec2_read_packet()
◆ codec2_write_header()
◆ codec2raw_read_header()
◆ codec2_options
Initial value:
Definition at line 268 of file codec2.c.
◆ codec2raw_options
Initial value:
Definition at line 273 of file codec2.c.
◆ codec2_demux_class
Initial value:= {
.class_name = "codec2 demuxer",
}
Definition at line 279 of file codec2.c.
◆ codec2raw_demux_class
const AVClass codec2raw_demux_class |
|
static |
Initial value:= {
.class_name = "codec2raw demuxer",
}
Definition at line 287 of file codec2.c.