Libav
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

§ tak_probe()

static int tak_probe ( AVProbeData p)
static

Definition at line 33 of file takdec.c.

§ tak_read_header()

static int tak_read_header ( AVFormatContext s)
static

Definition at line 40 of file takdec.c.

§ raw_read_packet()

static int raw_read_packet ( AVFormatContext s,
AVPacket pkt 
)
static

Definition at line 149 of file takdec.c.

Variable Documentation

§ ff_tak_demuxer

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,
}
static int flags
Definition: log.c:44
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:145
static int raw_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition: takdec.c:149
static int read_probe(AVProbeData *pd)
Definition: jvdec.c:55
static int read_header(FFV1Context *f)
Definition: ffv1dec.c:544
static int tak_probe(AVProbeData *p)
Definition: takdec.c:33
static int read_packet(AVFormatContext *ctx, AVPacket *pkt)
Definition: libcdio.c:114
#define AVFMT_GENERIC_INDEX
Use generic index building code.
Definition: avformat.h:417
static int tak_read_header(AVFormatContext *s)
Definition: takdec.c:40

Definition at line 175 of file takdec.c.