#include <string.h>
#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "internal.h"
#include "oggdec.h"
Go to the source code of this file.
#define OPUS_SEEK_PREROLL_MS 80 |
#define OPUS_HEAD_SIZE 19 |
static int opus_duration |
( |
uint8_t * |
src, |
|
|
int |
size |
|
) |
| |
|
static |
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 175 of file oggparseopus.c.