tta.c File Reference
#include "libavcodec/get_bits.h"
#include "avformat.h"
#include "internal.h"
#include "id3v1.h"
#include "libavutil/dict.h"

Go to the source code of this file.

Data Structures

struct  TTAContext
 

Functions

static int tta_probe (AVProbeData *p)
 
static int tta_read_header (AVFormatContext *s, AVFormatParameters *ap)
 
static int tta_read_packet (AVFormatContext *s, AVPacket *pkt)
 
static int tta_read_seek (AVFormatContext *s, int stream_index, int64_t timestamp, int flags)
 

Variables

AVInputFormat ff_tta_demuxer
 

Function Documentation

static int tta_probe ( AVProbeData p)
static

Definition at line 32 of file tta.c.

static int tta_read_header ( AVFormatContext s,
AVFormatParameters ap 
)
static

Definition at line 41 of file tta.c.

static int tta_read_packet ( AVFormatContext s,
AVPacket pkt 
)
static

Definition at line 121 of file tta.c.

static int tta_read_seek ( AVFormatContext s,
int  stream_index,
int64_t  timestamp,
int  flags 
)
static

Definition at line 138 of file tta.c.

Variable Documentation

AVInputFormat ff_tta_demuxer
Initial value:
= {
.name = "tta",
.long_name = NULL_IF_CONFIG_SMALL("True Audio"),
.priv_data_size = sizeof(TTAContext),
.extensions = "tta",
}
static int read_seek(AVFormatContext *ctx, int stream_index, int64_t timestamp, int flags)
Definition: libcdio.c:148
static int tta_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition: tta.c:121
static int read_header(FFV1Context *f)
Definition: ffv1.c:1513
struct TTAContext TTAContext
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:191
static int tta_probe(AVProbeData *p)
Definition: tta.c:32
static int read_probe(AVProbeData *p)
Definition: img2.c:185
static int read_packet(AVFormatContext *ctx, AVPacket *pkt)
Definition: libcdio.c:109
static int tta_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags)
Definition: tta.c:138
static int tta_read_header(AVFormatContext *s, AVFormatParameters *ap)
Definition: tta.c:41

Definition at line 152 of file tta.c.