FFmpeg
|
#include <stdint.h>
Go to the source code of this file.
Macros | |
#define | OPUS_MAX_FRAME_SIZE 1275 |
#define | OPUS_MAX_FRAMES 48 |
#define | OPUS_MAX_PACKET_DUR 5760 |
#define | OPUS_TS_HEADER 0x7FE0 |
#define | OPUS_TS_MASK 0xFFE0 |
Variables | |
static const uint8_t | opus_default_extradata [30] |
enum OpusMode |
enum OpusBandwidth |
|
static |
Definition at line 35 of file opus.h.
Referenced by ff_opus_parse_extradata(), and ff_parse_mpeg2_descriptor().