#include <string.h>
#include "libavutil/intreadwrite.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 |
◆ opus_header()
◆ opus_duration()
◆ opus_packet()
◆ ff_opus_codec
Initial value:= {
.name = "Opus",
.magic = "OpusHead",
.magicsize = 8,
.nb_header = 1,
}
static int opus_header(AVFormatContext *avf, int idx)
static int opus_packet(AVFormatContext *avf, int idx)
Definition at line 180 of file oggparseopus.c.