FFmpeg
|
#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 | |
AVInputFormat | ff_tta_demuxer |
|
static |
|
static |
|
static |
|
static |
AVInputFormat ff_tta_demuxer |