libavformat/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_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.

static int read_probe ( AVProbeData p  )  [static]

Definition at line 27 of file mgsts.c.


Variable Documentation

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,
    .flags       = AVFMT_GENERIC_INDEX,
}

Definition at line 99 of file mgsts.c.


Generated on Fri Oct 26 02:48:02 2012 for FFmpeg by  doxygen 1.5.8