FFmpeg
Functions | Variables
mtaf.c File Reference
#include "libavutil/channel_layout.h"
#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "demux.h"
#include "internal.h"

Go to the source code of this file.

Functions

static int mtaf_probe (const AVProbeData *p)
 
static int mtaf_read_header (AVFormatContext *s)
 
static int mtaf_read_packet (AVFormatContext *s, AVPacket *pkt)
 

Variables

const FFInputFormat ff_mtaf_demuxer
 

Function Documentation

◆ mtaf_probe()

static int mtaf_probe ( const AVProbeData p)
static

Definition at line 28 of file mtaf.c.

◆ mtaf_read_header()

static int mtaf_read_header ( AVFormatContext s)
static

Definition at line 40 of file mtaf.c.

◆ mtaf_read_packet()

static int mtaf_read_packet ( AVFormatContext s,
AVPacket pkt 
)
static

Definition at line 68 of file mtaf.c.

Variable Documentation

◆ ff_mtaf_demuxer

const FFInputFormat ff_mtaf_demuxer
Initial value:
= {
.p.name = "mtaf",
.p.long_name = NULL_IF_CONFIG_SMALL("Konami PS2 MTAF"),
.p.extensions = "mtaf",
.read_probe = mtaf_probe,
.read_header = mtaf_read_header,
.read_packet = mtaf_read_packet,
}

Definition at line 75 of file mtaf.c.

mtaf_read_header
static int mtaf_read_header(AVFormatContext *s)
Definition: mtaf.c:40
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:106
mtaf_read_packet
static int mtaf_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition: mtaf.c:68
mtaf_probe
static int mtaf_probe(const AVProbeData *p)
Definition: mtaf.c:28