Functions | Variables

libavformat/oggparseskeleton.c File Reference

#include "libavcodec/bytestream.h"
#include "avformat.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

Function Documentation

static int skeleton_header ( AVFormatContext s,
int  idx 
) [static]

Definition at line 25 of file oggparseskeleton.c.


Variable Documentation

Initial value:
 {
    .magic = "fishead",
    .magicsize = 8,
    .header = skeleton_header,
}

Definition at line 83 of file oggparseskeleton.c.