|
FFmpeg
|
#include "libavutil/attributes.h"#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.
Data Structures | |
| struct | TAKDemuxContext |
Macros | |
| #define | BITSTREAM_READER_LE |
Functions | |
| static int | tak_probe (const 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 | |
| const FFInputFormat | ff_tak_demuxer |
|
static |
|
static |
Definition at line 49 of file takdec.c.
Referenced by tak_read_header().
|
static |
|
static |
| const FFInputFormat ff_tak_demuxer |
1.8.17