#include "libavutil/crc.h"
#include "libavcodec/tak.h"
#include "apetag.h"
#include "avformat.h"
#include "avio_internal.h"
#include "internal.h"
#include "rawdec.h"
Go to the source code of this file.
#define BITSTREAM_READER_LE |
static unsigned long tak_check_crc |
( |
unsigned long |
checksum, |
|
|
const uint8_t * |
buf, |
|
|
unsigned int |
len |
|
) |
| |
|
static |
Initial value:= {
.name = "tak",
.extensions = "tak",
}
#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 204 of file takdec.c.