|
FFmpeg
|
#include "libavutil/crc.h"#include "libavcodec/tak.h"#include "avformat.h"#include "avio_internal.h"#include "internal.h"#include "rawdec.h"#include "apetag.h"Go to the source code of this file.
Data Structures | |
| struct | TAKDemuxContext |
Functions | |
| static int | tak_probe (AVProbeData *p) |
| static unsigned long | tak_check_crc (unsigned long checksum, const uint8_t *buf, unsigned int len) |
| static int | tak_read_header (AVFormatContext *s) |
| static int | raw_read_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
| AVInputFormat | ff_tak_demuxer |
|
static |
|
static |
Definition at line 42 of file takdec.c.
Referenced by tak_read_header().
|
static |
|
static |
| AVInputFormat ff_tak_demuxer |
1.8.2