#include "libavcodec/bitstream.h"
#include "avformat.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 | tta_demuxer |
static int tta_probe | ( | AVProbeData * | p | ) | [static] |
static int tta_read_header | ( | AVFormatContext * | s, | |
AVFormatParameters * | ap | |||
) | [static] |
static int tta_read_packet | ( | AVFormatContext * | s, | |
AVPacket * | pkt | |||
) | [static] |
static int tta_read_seek | ( | AVFormatContext * | s, | |
int | stream_index, | |||
int64_t | timestamp, | |||
int | flags | |||
) | [static] |
Initial value:
{ "tta", NULL_IF_CONFIG_SMALL("True Audio"), sizeof(TTAContext), tta_probe, tta_read_header, tta_read_packet, NULL, tta_read_seek, .extensions = "tta", }