#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.
◆ SEEKPOINT_SIZE
#define SEEKPOINT_SIZE 18 |
◆ reset_index_position()
static void reset_index_position |
( |
int64_t |
metadata_head_size, |
|
|
AVStream * |
st |
|
) |
| |
|
static |
◆ flac_read_header()
◆ raw_flac_probe()
◆ flac_probe()
◆ flac_read_timestamp()
◆ flac_seek()
◆ ff_flac_demuxer
Initial value:= {
.name = "flac",
.extensions = "flac",
.priv_class = &flac_demuxer_class,
}
Definition at line 333 of file flacdec.c.