Go to the source code of this file.
◆ tta_probe()
Definition at line 39 of file tta.c.
◆ tta_read_header()
Definition at line 50 of file tta.c.
◆ tta_read_packet()
◆ tta_read_seek()
◆ ff_tta_demuxer
Initial value:= {
.p.name = "tta",
.p.extensions = "tta",
}
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
static int read_probe(const AVProbeData *p)
#define FF_INFMT_FLAG_ID3V2_AUTO
Automatically parse ID3v2 metadata.
static int read_header(FFV1Context *f, RangeCoder *c)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
static int read_seek(AVFormatContext *ctx, int stream_index, int64_t timestamp, int flags)
Definition at line 188 of file tta.c.