libavformat/oggparseflac.c File Reference

#include <stdlib.h>
#include "libavcodec/get_bits.h"
#include "libavcodec/flac.h"
#include "avformat.h"
#include "internal.h"
#include "oggdec.h"

Go to the source code of this file.

Defines

#define OGG_FLAC_METADATA_TYPE_STREAMINFO   0x7F

Functions

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

Variables

struct ogg_codec ff_flac_codec
struct ogg_codec ff_old_flac_codec


Define Documentation

#define OGG_FLAC_METADATA_TYPE_STREAMINFO   0x7F

Definition at line 28 of file oggparseflac.c.

Referenced by flac_header().


Function Documentation

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

Definition at line 31 of file oggparseflac.c.

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

Definition at line 78 of file oggparseflac.c.


Variable Documentation

Initial value:

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

Definition at line 87 of file oggparseflac.c.

Initial value:

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

Definition at line 93 of file oggparseflac.c.


Generated on Fri Oct 26 02:46:13 2012 for FFmpeg by  doxygen 1.5.8