FFmpeg
|
libavformat/tta.c File Reference
#include "libavcodec/get_bits.h"
#include "avformat.h"
#include "internal.h"
#include "id3v1.h"
#include "libavutil/dict.h"
Include dependency graph for libavformat/tta.c:
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) |
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 |
Definition at line 34 of file libavformat/tta.c.
|
static |
Definition at line 43 of file libavformat/tta.c.
|
static |
Definition at line 128 of file libavformat/tta.c.
|
static |
Definition at line 147 of file libavformat/tta.c.
Variable Documentation
AVInputFormat ff_tta_demuxer |
Initial value:
= {
.name = "tta",
.long_name = NULL_IF_CONFIG_SMALL("TTA (True Audio)"),
.priv_data_size = sizeof(TTAContext),
.read_probe = tta_probe,
.extensions = "tta",
}
static int read_seek(AVFormatContext *ctx, int stream_index, int64_t timestamp, int flags)
Definition: libcdio.c:153
static int tta_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition: libavformat/tta.c:128
struct TTAContext TTAContext
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
static int tta_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags)
Definition: libavformat/tta.c:147
Definition at line 162 of file libavformat/tta.c.
Generated on Mon Nov 18 2024 06:52:09 for FFmpeg by 1.8.11