FFmpeg
|
#include "libavcodec/flac.h"
#include "avformat.h"
#include "flac_picture.h"
#include "internal.h"
#include "rawdec.h"
#include "oggdec.h"
#include "vorbiscomment.h"
#include "replaygain.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) |
static av_unused int64_t | flac_read_timestamp (AVFormatContext *s, int stream_index, int64_t *ppos, int64_t pos_limit) |
Variables | |
AVInputFormat | ff_flac_demuxer |
|
static |
|
static |
|
static |
AVInputFormat ff_flac_demuxer |