FFmpeg
Loading...
Searching...
No Matches
wavarc.c File Reference
#include "libavutil/channel_layout.h"
#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "avio_internal.h"
#include "demux.h"
#include "internal.h"

Go to the source code of this file.

Data Structures

struct  WavArcContext
 

Functions

static int wavarc_probe (const AVProbeData *p)
 
static int wavarc_read_header (AVFormatContext *s)
 
static int wavarc_read_packet (AVFormatContext *s, AVPacket *pkt)
 

Variables

const FFInputFormat ff_wavarc_demuxer
 

Function Documentation

◆ wavarc_probe()

static int wavarc_probe ( const AVProbeData * p)
static

Definition at line 33 of file wavarc.c.

◆ wavarc_read_header()

static int wavarc_read_header ( AVFormatContext * s)
static

Definition at line 56 of file wavarc.c.

◆ wavarc_read_packet()

static int wavarc_read_packet ( AVFormatContext * s,
AVPacket * pkt )
static

Definition at line 120 of file wavarc.c.

Variable Documentation

◆ ff_wavarc_demuxer

const FFInputFormat ff_wavarc_demuxer
Initial value:
= {
.p.name = "wavarc",
.p.long_name = NULL_IF_CONFIG_SMALL("Waveform Archiver"),
.p.extensions = "wa",
.priv_data_size = sizeof(WavArcContext),
.raw_codec_id = AV_CODEC_ID_WAVARC,
}
#define AVFMT_NO_BYTE_SEEK
Format does not allow seeking by bytes.
Definition avformat.h:506
#define AVFMT_NOGENSEARCH
Format does not allow to fall back on generic search.
Definition avformat.h:505
#define AVFMT_NOBINSEARCH
Format does not allow to fall back on binary search via read_timestamp.
Definition avformat.h:504
#define AVFMT_NOTIMESTAMPS
Format does not need / have any timestamps.
Definition avformat.h:498
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
static int read_probe(const AVProbeData *p)
Definition cdg.c:30
static int read_header(FFV1Context *f, RangeCoder *c)
Definition ffv1dec.c:578
@ AV_CODEC_ID_WAVARC
Definition codec_id.h:554
static int wavarc_probe(const AVProbeData *p)
Definition wavarc.c:33
static int wavarc_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition wavarc.c:120
static int wavarc_read_header(AVFormatContext *s)
Definition wavarc.c:56
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
Definition internal.h:88

Definition at line 136 of file wavarc.c.