FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions | Variables
takdec.c File Reference
#include "libavcodec/tak.h"
#include "avformat.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 int tak_read_header (AVFormatContext *s)
 
static int raw_read_packet (AVFormatContext *s, AVPacket *pkt)
 

Variables

AVInputFormat ff_tak_demuxer
 

Function Documentation

static int tak_probe ( AVProbeData p)
static

Definition at line 33 of file takdec.c.

static int tak_read_header ( AVFormatContext s)
static

Definition at line 40 of file takdec.c.

static int raw_read_packet ( AVFormatContext s,
AVPacket pkt 
)
static

Definition at line 149 of file takdec.c.

Variable Documentation

AVInputFormat ff_tak_demuxer
Initial value:
= {
.name = "tak",
.long_name = NULL_IF_CONFIG_SMALL("raw TAK"),
.priv_data_size = sizeof(TAKDemuxContext),
.extensions = "tak",
.raw_codec_id = AV_CODEC_ID_TAK,
}

Definition at line 175 of file takdec.c.