#include <stdlib.h>#include "libavutil/bswap.h"#include "libavcodec/get_bits.h"#include "avformat.h"#include "internal.h"#include "oggdec.h"Go to the source code of this file.
Data Structures | |
| struct | theora_params |
| Copyright (C) 2005 Matthieu CASTET, Alex Beregszaszi. More... | |
Functions | |
| static int | theora_header (AVFormatContext *s, int idx) |
| static uint64_t | theora_gptopts (AVFormatContext *ctx, int idx, uint64_t gp, int64_t *dts) |
Variables | |
| struct ogg_codec | ff_theora_codec |
| static uint64_t theora_gptopts | ( | AVFormatContext * | ctx, | |
| int | idx, | |||
| uint64_t | gp, | |||
| int64_t * | dts | |||
| ) | [static] |
Definition at line 128 of file oggparsetheora.c.
| static int theora_header | ( | AVFormatContext * | s, | |
| int | idx | |||
| ) | [static] |
Definition at line 39 of file oggparsetheora.c.
| struct ogg_codec ff_theora_codec |
Initial value:
{
.magic = "\200theora",
.magicsize = 7,
.header = theora_header,
.gptopts = theora_gptopts
}
Definition at line 148 of file oggparsetheora.c.
1.5.8