FFmpeg
|
#include "libavutil/intreadwrite.h"
#include "libavutil/intfloat.h"
#include "avformat.h"
#include "riff.h"
Include dependency graph for mgsts.c:
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 |
|
static |
|
static |
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,
.flags = AVFMT_GENERIC_INDEX,
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
Generated on Mon Nov 18 2024 06:52:07 for FFmpeg by 1.8.11