FFmpeg
Functions | Variables
derf.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 derf_probe (const AVProbeData *p)
 
static int derf_read_header (AVFormatContext *s)
 

Variables

const AVInputFormat ff_derf_demuxer
 

Function Documentation

◆ derf_probe()

static int derf_probe ( const AVProbeData p)
static

Definition at line 28 of file derf.c.

◆ derf_read_header()

static int derf_read_header ( AVFormatContext s)
static

Definition at line 38 of file derf.c.

Variable Documentation

◆ ff_derf_demuxer

const AVInputFormat ff_derf_demuxer
Initial value:
= {
.name = "derf",
.long_name = NULL_IF_CONFIG_SMALL("Xilam DERF"),
.read_probe = derf_probe,
.read_header = derf_read_header,
.read_packet = ff_pcm_read_packet,
.read_seek = ff_pcm_read_seek,
.extensions = "adp",
}

Definition at line 72 of file derf.c.

derf_read_header
static int derf_read_header(AVFormatContext *s)
Definition: derf.c:38
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
derf_probe
static int derf_probe(const AVProbeData *p)
Definition: derf.c:28
ff_pcm_read_packet
int ff_pcm_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition: pcm.c:29
ff_pcm_read_seek
int ff_pcm_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags)
Definition: pcm.c:56