#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 | TheoraParams |
| Copyright (C) 2005 Matthieu CASTET, Alex Beregszaszi. More...
|
Function Documentation
static uint64_t theora_gptopts |
( |
AVFormatContext * |
ctx, |
|
|
int |
idx, |
|
|
uint64_t |
gp, |
|
|
int64_t * |
dts |
|
) |
| |
|
static |
Variable Documentation
Initial value: {
.magic = "\200theora",
.magicsize = 7,
.nb_header = 3,
}
Definition at line 168 of file oggparsetheora.c.