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"
Go to the source code of this file.
Data Structures | |
struct | FLACDecContext |
Macros | |
#define | SEEKPOINT_SIZE 18 |
Functions | |
static void | reset_index_position (int64_t metadata_head_size, AVStream *st) |
static int | flac_read_header (AVFormatContext *s) |
static int | raw_flac_probe (AVProbeData *p) |
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) |
static int | flac_seek (AVFormatContext *s, int stream_index, int64_t timestamp, int flags) |
Variables | |
AVInputFormat | ff_flac_demuxer |
#define SEEKPOINT_SIZE 18 |
Definition at line 31 of file flacdec.c.
Referenced by flac_read_header().
Definition at line 37 of file flacdec.c.
Referenced by flac_read_header().
|
static |
|
static |
Definition at line 214 of file flacdec.c.
Referenced by flac_probe().
|
static |
|
static |
|
static |
AVInputFormat ff_flac_demuxer |