libavformat/takdec.c File Reference
#include "libavcodec/tak.h"
#include "avformat.h"
#include "internal.h"
#include "rawdec.h"
#include "apetag.h"
Include dependency graph for libavformat/takdec.c:

Go to the source code of this file.

Data Structures

struct  TAKDemuxContext
 

Typedefs

typedef struct TAKDemuxContext 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
 

Typedef Documentation

Function Documentation

static int raw_read_packet ( AVFormatContext s,
AVPacket pkt 
)
static

Definition at line 149 of file libavformat/takdec.c.

static int tak_probe ( AVProbeData p)
static

Definition at line 33 of file libavformat/takdec.c.

static int tak_read_header ( AVFormatContext s)
static

Definition at line 40 of file libavformat/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,
}
struct TAKDemuxContext TAKDemuxContext
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int raw_read_packet(AVFormatContext *s, AVPacket *pkt)
static int read_probe(AVProbeData *pd)
static int read_header(FFV1Context *f)
Definition: ffv1dec.c:517
static int tak_probe(AVProbeData *p)
static int read_packet(AVFormatContext *ctx, AVPacket *pkt)
Definition: libcdio.c:114
#define AVFMT_GENERIC_INDEX
Use generic index building code.
Definition: avformat.h:353
static int tak_read_header(AVFormatContext *s)
static int flags
Definition: cpu.c:23

Definition at line 175 of file libavformat/takdec.c.