Go to the source code of this file.
◆ tta_probe()
Definition at line 35 of file tta.c.
◆ tta_read_header()
Definition at line 44 of file tta.c.
◆ tta_read_packet()
◆ tta_read_seek()
static int tta_read_seek |
( |
AVFormatContext * |
s, |
|
|
int |
stream_index, |
|
|
int64_t |
timestamp, |
|
|
int |
flags |
|
) |
| |
|
static |
◆ ff_tta_demuxer
Initial value:= {
.name = "tta",
.extensions = "tta",
}
static int read_seek(AVFormatContext *ctx, int stream_index, int64_t timestamp, int flags)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int read_header(FFV1Context *f)
static int read_packet(AVFormatContext *ctx, AVPacket *pkt)
Definition at line 167 of file tta.c.