FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | OpusEncOptions |
struct | OpusPacketInfo |
Macros | |
#define | FF_BUFQUEUE_SIZE 145 |
#define | OPUS_MAX_LOOKAHEAD ((FF_BUFQUEUE_SIZE - 1)*2.5f) |
#define | OPUS_MAX_CHANNELS 2 |
#define | OPUS_MAX_FRAMES_PER_PACKET 48 |
#define | OPUS_BLOCK_SIZE(x) (2 * 15 * (1 << ((x) + 2))) |
#define | OPUS_SAMPLES_TO_BLOCK_SIZE(x) (ff_log2((x) / (2 * 15)) - 2) |
#define OPUS_MAX_LOOKAHEAD ((FF_BUFQUEUE_SIZE - 1)*2.5f) |