FFmpeg
Loading...
Searching...
No Matches
wady.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 wady_probe (const AVProbeData *p)
 
static int wady_read_header (AVFormatContext *s)
 

Variables

const FFInputFormat ff_wady_demuxer
 

Function Documentation

◆ wady_probe()

static int wady_probe ( const AVProbeData * p)
static

Definition at line 29 of file wady.c.

◆ wady_read_header()

static int wady_read_header ( AVFormatContext * s)
static

Definition at line 42 of file wady.c.

Variable Documentation

◆ ff_wady_demuxer

const FFInputFormat ff_wady_demuxer
Initial value:
= {
.p.name = "wady",
.p.long_name = NULL_IF_CONFIG_SMALL("Marble WADY"),
.p.flags = AVFMT_GENERIC_INDEX,
.p.extensions = "way",
.read_probe = wady_probe,
.read_header = wady_read_header,
.read_packet = ff_pcm_read_packet,
.read_seek = ff_pcm_read_seek,
}
#define AVFMT_GENERIC_INDEX
Use generic index building code.
Definition avformat.h:499
int ff_pcm_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition pcm.c:57
int ff_pcm_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags)
Definition pcm.c:73
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
Definition internal.h:88
static int wady_read_header(AVFormatContext *s)
Definition wady.c:42
static int wady_probe(const AVProbeData *p)
Definition wady.c:29

Definition at line 78 of file wady.c.