FFmpeg
|
Include dependency graph for oggparseskeleton.c:
Go to the source code of this file.
Functions | |
static int | skeleton_header (AVFormatContext *s, int idx) |
Variables | |
const struct ogg_codec | ff_skeleton_codec |
Function Documentation
|
static |
Definition at line 26 of file oggparseskeleton.c.
Variable Documentation
const struct ogg_codec ff_skeleton_codec |
Initial value:
= {
.magic = "fishead",
.magicsize = 8,
.header = skeleton_header,
.nb_header = 0,
}
static int skeleton_header(AVFormatContext *s, int idx)
Definition: oggparseskeleton.c:26
Definition at line 90 of file oggparseskeleton.c.
Generated on Mon Nov 18 2024 06:52:08 for FFmpeg by 1.8.11