#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_HEAD_SIZE
#define OPUS_HEAD_SIZE 19 |
§ opus_header()
§ opus_packet()
§ ff_opus_codec
Initial value:= {
.name = "Opus",
.magic = "OpusHead",
.magicsize = 8,
.granule_is_start = 1,
.nb_header = 1,
}
static int opus_header(AVFormatContext *avf, int idx)
static int opus_packet(AVFormatContext *avf, int idx)
Definition at line 134 of file oggparseopus.c.