FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
oggparseskeleton.c File Reference
#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

const struct ogg_codec ff_skeleton_codec
 

Function Documentation

static int skeleton_header ( AVFormatContext s,
int  idx 
)
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 at line 96 of file oggparseskeleton.c.