FFmpeg
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
mgsts.c File Reference
#include "libavutil/intreadwrite.h"
#include "libavutil/intfloat.h"
#include "avformat.h"
#include "riff.h"

Go to the source code of this file.

Functions

static int read_probe (AVProbeData *p)
 
static int read_header (AVFormatContext *s)
 
static int read_packet (AVFormatContext *s, AVPacket *pkt)
 

Variables

AVInputFormat ff_mgsts_demuxer
 

Function Documentation

static int read_probe ( AVProbeData p)
static

Definition at line 27 of file mgsts.c.

static int read_header ( AVFormatContext s)
static

Definition at line 36 of file mgsts.c.

static int read_packet ( AVFormatContext s,
AVPacket pkt 
)
static

Definition at line 71 of file mgsts.c.

Variable Documentation

AVInputFormat ff_mgsts_demuxer
Initial value:
= {
.name = "mgsts",
.long_name = NULL_IF_CONFIG_SMALL("Metal Gear Solid: The Twin Snakes"),
.read_probe = read_probe,
.read_header = read_header,
.read_packet = read_packet,
}

Definition at line 99 of file mgsts.c.