FFmpeg
|
#include "libavutil/channel_layout.h"
#include "libavcodec/avcodec.h"
#include "libavcodec/bytestream.h"
#include "libavcodec/flac.h"
#include "avformat.h"
#include "demux.h"
#include "flac_picture.h"
#include "internal.h"
#include "rawdec.h"
#include "oggdec.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 (const AVProbeData *p) |
static int | flac_probe (const 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 | |
static const uint16_t | sr_table [16] |
const AVInputFormat | ff_flac_demuxer |
|
static |
Definition at line 41 of file flacdec.c.
Referenced by flac_read_header().
|
static |
|
static |
Definition at line 226 of file flacdec.c.
Referenced by flac_probe().
|
static |
|
static |
|
static |
|
static |
Definition at line 49 of file flacdec.c.
Referenced by flac_read_header().
const AVInputFormat ff_flac_demuxer |