FFmpeg
Data Structures | Functions | Variables
tta.c File Reference
#include "libavutil/crc.h"
#include "libavutil/dict.h"
#include "libavutil/intreadwrite.h"
#include "apetag.h"
#include "avformat.h"
#include "avio_internal.h"
#include "internal.h"
#include "id3v1.h"

Go to the source code of this file.

Data Structures

struct  TTAContext
 

Functions

static int tta_probe (const AVProbeData *p)
 
static int tta_read_header (AVFormatContext *s)
 
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

const AVInputFormat ff_tta_demuxer
 

Function Documentation

◆ tta_probe()

static int tta_probe ( const AVProbeData p)
static

Definition at line 38 of file tta.c.

◆ tta_read_header()

static int tta_read_header ( AVFormatContext s)
static

Definition at line 49 of file tta.c.

◆ tta_read_packet()

static int tta_read_packet ( AVFormatContext s,
AVPacket pkt 
)
static

Definition at line 150 of file tta.c.

◆ tta_read_seek()

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

Definition at line 175 of file tta.c.

Variable Documentation

◆ ff_tta_demuxer

const AVInputFormat ff_tta_demuxer
Initial value:
= {
.name = "tta",
.long_name = NULL_IF_CONFIG_SMALL("TTA (True Audio)"),
.priv_data_size = sizeof(TTAContext),
.extensions = "tta",
}

Definition at line 190 of file tta.c.

tta_probe
static int tta_probe(const AVProbeData *p)
Definition: tta.c:38
TTAContext
Definition: tta.c:49
tta_read_packet
static int tta_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition: tta.c:150
read_seek
static int read_seek(AVFormatContext *ctx, int stream_index, int64_t timestamp, int flags)
Definition: libcdio.c:149
read_header
static int read_header(FFV1Context *f)
Definition: ffv1dec.c:527
read_probe
static int read_probe(const AVProbeData *pd)
Definition: jvdec.c:55
NULL_IF_CONFIG_SMALL
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
Definition: internal.h:117
read_packet
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
Definition: avio_reading.c:42
tta_read_seek
static int tta_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags)
Definition: tta.c:175
tta_read_header
static int tta_read_header(AVFormatContext *s)
Definition: tta.c:49