FFmpeg
|
#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.
Data Structures | |
struct | oggopus_private |
Macros | |
#define | OPUS_SEEK_PREROLL_MS 80 |
#define | OPUS_HEAD_SIZE 19 |
Functions | |
static int | opus_header (AVFormatContext *avf, int idx) |
static int | opus_duration (uint8_t *src, int size) |
static int | opus_packet (AVFormatContext *avf, int idx) |
Variables | |
const struct ogg_codec | ff_opus_codec |
#define OPUS_SEEK_PREROLL_MS 80 |
Definition at line 36 of file oggparseopus.c.
#define OPUS_HEAD_SIZE 19 |
Definition at line 37 of file oggparseopus.c.
|
static |
Definition at line 39 of file oggparseopus.c.
|
static |
Definition at line 92 of file oggparseopus.c.
Referenced by opus_packet().
|
static |
Definition at line 112 of file oggparseopus.c.
const struct ogg_codec ff_opus_codec |
Definition at line 182 of file oggparseopus.c.
Referenced by ogg_replace_stream().