FFmpeg
|
libavformat/takdec.c File Reference
#include "libavcodec/tak.h"
#include "avformat.h"
#include "internal.h"
#include "rawdec.h"
#include "apetag.h"
Include dependency graph for libavformat/takdec.c:
Go to the source code of this file.
Data Structures | |
struct | TAKDemuxContext |
Typedefs | |
typedef struct TAKDemuxContext | TAKDemuxContext |
Functions | |
static int | tak_probe (AVProbeData *p) |
static int | tak_read_header (AVFormatContext *s) |
static int | raw_read_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
AVInputFormat | ff_tak_demuxer |
Typedef Documentation
typedef struct TAKDemuxContext TAKDemuxContext |
Function Documentation
|
static |
Definition at line 149 of file libavformat/takdec.c.
|
static |
Definition at line 33 of file libavformat/takdec.c.
|
static |
Definition at line 40 of file libavformat/takdec.c.
Variable Documentation
AVInputFormat ff_tak_demuxer |
Initial value:
= {
.name = "tak",
.long_name = NULL_IF_CONFIG_SMALL("raw TAK"),
.priv_data_size = sizeof(TAKDemuxContext),
.read_probe = tak_probe,
.extensions = "tak",
.raw_codec_id = AV_CODEC_ID_TAK,
}
struct TAKDemuxContext TAKDemuxContext
#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 raw_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition: libavformat/takdec.c:149
Definition: libavcodec/avcodec.h:450
Definition at line 175 of file libavformat/takdec.c.
Generated on Mon Nov 18 2024 06:52:09 for FFmpeg by 1.8.11