#include "libavcodec/flac.h"
#include "avformat.h"
#include "id3v2.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 | parse_picture (AVFormatContext *s, uint8_t *buf, int buf_size) |
static int | flac_read_header (AVFormatContext *s) |
static int | flac_probe (AVProbeData *p) |
Variables | |
AVInputFormat | ff_flac_demuxer |
|
static |
|
static |
|
static |
Definition at line 31 of file flacdec.c.
Referenced by flac_read_header().
AVInputFormat ff_flac_demuxer |