FFmpeg
|
#include <string.h>
#include "libavutil/intreadwrite.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_HEAD_SIZE 19 |
Functions | |
static int | opus_header (AVFormatContext *avf, int idx) |
static int | opus_packet (AVFormatContext *avf, int idx) |
Variables | |
struct ogg_codec | ff_opus_codec |
#define OPUS_HEAD_SIZE 19 |
Definition at line 35 of file oggparseopus.c.
Referenced by opus_header().
|
static |
Definition at line 37 of file oggparseopus.c.
|
static |
Definition at line 85 of file oggparseopus.c.
struct ogg_codec ff_opus_codec |
Definition at line 129 of file oggparseopus.c.