#include "libavcodec/bytestream.h"#include "avformat.h"#include "internal.h"#include "oggdec.h"Go to the source code of this file.
Functions | |
| static int | skeleton_header (AVFormatContext *s, int idx) |
Variables | |
| struct ogg_codec | ff_skeleton_codec |
| static int skeleton_header | ( | AVFormatContext * | s, | |
| int | idx | |||
| ) | [static] |
Definition at line 26 of file oggparseskeleton.c.
| struct ogg_codec ff_skeleton_codec |
Initial value:
{
.magic = "fishead",
.magicsize = 8,
.header = skeleton_header,
}
Definition at line 85 of file oggparseskeleton.c.
1.5.8