oggparseflac.c File Reference

Go to the source code of this file.

Functions

static int flac_header (AVFormatContext *s, int idx)
static int old_flac_header (AVFormatContext *s, int idx)

Variables

ogg_codec_t flac_codec
ogg_codec_t old_flac_codec


Function Documentation

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

Definition at line 29 of file oggparseflac.c.

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

Definition at line 79 of file oggparseflac.c.


Variable Documentation

Initial value:

 {
    .magic = "\177FLAC",
    .magicsize = 5,
    .header = flac_header
}

Definition at line 88 of file oggparseflac.c.

Initial value:

 {
    .magic = "fLaC",
    .magicsize = 4,
    .header = old_flac_header
}

Definition at line 94 of file oggparseflac.c.


Generated on Sat Dec 18 05:15:54 2010 for MythTV by  doxygen 1.5.5