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

Go to the source code of this file.

Functions

static int fwse_probe (const AVProbeData *p)
 
static int fwse_read_header (AVFormatContext *s)
 

Variables

const AVInputFormat ff_fwse_demuxer
 

Function Documentation

◆ fwse_probe()

static int fwse_probe ( const AVProbeData p)
static

Definition at line 28 of file fwse.c.

◆ fwse_read_header()

static int fwse_read_header ( AVFormatContext s)
static

Definition at line 40 of file fwse.c.

Variable Documentation

◆ ff_fwse_demuxer

const AVInputFormat ff_fwse_demuxer
Initial value:
= {
.name = "fwse",
.long_name = NULL_IF_CONFIG_SMALL("Capcom's MT Framework sound"),
.read_probe = fwse_probe,
.read_header = fwse_read_header,
.read_packet = ff_pcm_read_packet,
.extensions = "fwse",
}

Definition at line 82 of file fwse.c.

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:117
fwse_probe
static int fwse_probe(const AVProbeData *p)
Definition: fwse.c:28
ff_pcm_read_packet
int ff_pcm_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition: pcm.c:29
fwse_read_header
static int fwse_read_header(AVFormatContext *s)
Definition: fwse.c:40