Go to the source code of this file.
static unsigned long tta_check_crc |
( |
unsigned long |
checksum, |
|
|
const uint8_t * |
buf, |
|
|
unsigned int |
len |
|
) |
| |
|
static |
Definition at line 43 of file tta.c.
Definition at line 54 of file tta.c.
static int tta_read_seek |
( |
AVFormatContext * |
s, |
|
|
int |
stream_index, |
|
|
int64_t |
timestamp, |
|
|
int |
flags |
|
) |
| |
|
static |
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(void *opaque, uint8_t *buf, int buf_size)
Definition at line 192 of file tta.c.