#include <string.h>
#include "libavutil/intreadwrite.h"
#include "libavutil/mem.h"
#include "avformat.h"
#include "internal.h"
#include "oggdec.h"
Go to the source code of this file.
◆ OPUS_SEEK_PREROLL_MS
| #define OPUS_SEEK_PREROLL_MS 80 |
◆ OPUS_HEAD_SIZE
| #define OPUS_HEAD_SIZE 19 |
◆ parse_opus_header()
◆ opus_header()
◆ opus_duration()
| static int opus_duration |
( |
uint8_t * | src, |
|
|
int | size ) |
|
static |
◆ opus_packet()
◆ ff_opus_codec
Initial value:= {
.name = "Opus",
.magic = "OpusHead",
.magicsize = 8,
.nb_header = 1,
}
static int opus_packet(AVFormatContext *avf, int idx)
static int opus_header(AVFormatContext *avf, int idx)
Definition at line 220 of file oggparseopus.c.