Go to the source code of this file.
Classes | |
| struct | theora_params |
| Copyright (C) 2005 Matthieu CASTET, Alex Beregszaszi. More... | |
Typedefs | |
| typedef struct theora_params | theora_params_t |
Functions | |
| static int | theora_header (AVFormatContext *s, int idx) |
| static uint64_t | theora_gptopts (AVFormatContext *ctx, int idx, uint64_t gp) |
Variables | |
| ogg_codec_t | theora_codec |
| typedef struct theora_params theora_params_t |
| static int theora_header | ( | AVFormatContext * | s, | |
| int | idx | |||
| ) | [static] |
Definition at line 37 of file oggparsetheora.c.
| static uint64_t theora_gptopts | ( | AVFormatContext * | ctx, | |
| int | idx, | |||
| uint64_t | gp | |||
| ) | [static] |
Definition at line 119 of file oggparsetheora.c.
Initial value:
{
.magic = "\200theora",
.magicsize = 7,
.header = theora_header,
.gptopts = theora_gptopts
}
Definition at line 133 of file oggparsetheora.c.
1.5.5