libavformat/flacdec.c File Reference

#include "libavcodec/flac.h"
#include "avformat.h"
#include "internal.h"
#include "rawdec.h"
#include "oggdec.h"
#include "vorbiscomment.h"
#include "libavcodec/bytestream.h"

Go to the source code of this file.

Functions

static int flac_read_header (AVFormatContext *s)
static int flac_probe (AVProbeData *p)

Variables

AVInputFormat ff_flac_demuxer


Function Documentation

static int flac_probe ( AVProbeData p  )  [static]

Definition at line 143 of file flacdec.c.

static int flac_read_header ( AVFormatContext s  )  [static]

Definition at line 30 of file flacdec.c.


Variable Documentation

Initial value:

 {
    .name           = "flac",
    .long_name      = NULL_IF_CONFIG_SMALL("raw FLAC"),
    .read_probe     = flac_probe,
    .read_header    = flac_read_header,
    .read_packet    = ff_raw_read_partial_packet,
    .flags          = AVFMT_GENERIC_INDEX,
    .extensions     = "flac",
    .raw_codec_id   = CODEC_ID_FLAC,
}

Definition at line 152 of file flacdec.c.


Generated on Fri Oct 26 02:47:56 2012 for FFmpeg by  doxygen 1.5.8