FFmpeg
|
Go to the source code of this file.
Macros | |
#define | VP8_HEADER_SIZE 26 |
Functions | |
static int | vp8_header (AVFormatContext *s, int idx) |
static uint64_t | vp8_gptopts (AVFormatContext *s, int idx, uint64_t granule, int64_t *dts) |
static int | vp8_packet (AVFormatContext *s, int idx) |
Variables | |
const struct ogg_codec | ff_vp8_codec |
#define VP8_HEADER_SIZE 26 |
Definition at line 28 of file oggparsevp8.c.
Referenced by vp8_header().
|
static |
Definition at line 30 of file oggparsevp8.c.
|
static |
Definition at line 79 of file oggparsevp8.c.
Referenced by vp8_packet().
|
static |
Definition at line 101 of file oggparsevp8.c.
const struct ogg_codec ff_vp8_codec |
Definition at line 139 of file oggparsevp8.c.