#include "libavutil/crc.h"
#include "libavutil/mem.h"
#include "libavcodec/tak.h"
#include "apetag.h"
#include "avformat.h"
#include "avio_internal.h"
#include "demux.h"
#include "internal.h"
#include "rawdec.h"
Go to the source code of this file.
◆ BITSTREAM_READER_LE
#define BITSTREAM_READER_LE |
◆ tak_probe()
◆ tak_check_crc()
static unsigned long tak_check_crc |
( |
unsigned long |
checksum, |
|
|
const uint8_t * |
buf, |
|
|
unsigned int |
len |
|
) |
| |
|
static |
◆ tak_read_header()
◆ raw_read_packet()
◆ ff_tak_demuxer
Initial value:= {
.p.name = "tak",
.p.extensions = "tak",
}
Definition at line 218 of file takdec.c.