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 "demux.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 FFInputFormat ff_tta_demuxer
 

Function Documentation

◆ tta_probe()

static int tta_probe ( const AVProbeData p)
static

Definition at line 39 of file tta.c.

◆ tta_read_header()

static int tta_read_header ( AVFormatContext s)
static

Definition at line 50 of file tta.c.

◆ tta_read_packet()

static int tta_read_packet ( AVFormatContext s,
AVPacket pkt 
)
static

Definition at line 151 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 176 of file tta.c.

Variable Documentation

◆ ff_tta_demuxer

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

Definition at line 191 of file tta.c.

tta_probe
static int tta_probe(const AVProbeData *p)
Definition: tta.c:39
TTAContext
Definition: tta.c:50
tta_read_packet
static int tta_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition: tta.c:151
read_seek
static int read_seek(AVFormatContext *ctx, int stream_index, int64_t timestamp, int flags)
Definition: libcdio.c:151
read_packet
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
Definition: avio_read_callback.c:42
read_header
static int read_header(FFV1Context *f)
Definition: ffv1dec.c:550
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:94
read_probe
static int read_probe(const AVProbeData *p)
Definition: cdg.c:30
tta_read_seek
static int tta_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags)
Definition: tta.c:176
tta_read_header
static int tta_read_header(AVFormatContext *s)
Definition: tta.c:50