FFmpeg
Functions | Variables
fwse.c File Reference
#include "libavutil/channel_layout.h"
#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "demux.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 FFInputFormat ff_fwse_demuxer
 

Function Documentation

◆ fwse_probe()

static int fwse_probe ( const AVProbeData p)
static

Definition at line 29 of file fwse.c.

◆ fwse_read_header()

static int fwse_read_header ( AVFormatContext s)
static

Definition at line 41 of file fwse.c.

Variable Documentation

◆ ff_fwse_demuxer

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

Definition at line 81 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:106
fwse_probe
static int fwse_probe(const AVProbeData *p)
Definition: fwse.c:29
ff_pcm_read_packet
int ff_pcm_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition: pcm.c:57
fwse_read_header
static int fwse_read_header(AVFormatContext *s)
Definition: fwse.c:41