FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
epafdec.c File Reference
#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "internal.h"
#include "pcm.h"

Go to the source code of this file.

Functions

static int epaf_probe (AVProbeData *p)
 
static int epaf_read_header (AVFormatContext *s)
 

Variables

AVInputFormat ff_epaf_demuxer
 

Function Documentation

static int epaf_probe ( AVProbeData p)
static

Definition at line 27 of file epafdec.c.

static int epaf_read_header ( AVFormatContext s)
static

Definition at line 39 of file epafdec.c.

Variable Documentation

AVInputFormat ff_epaf_demuxer
Initial value:
= {
.name = "epaf",
.long_name = NULL_IF_CONFIG_SMALL("Ensoniq Paris Audio File"),
.read_probe = epaf_probe,
.read_header = epaf_read_header,
.read_packet = ff_pcm_read_packet,
.read_seek = ff_pcm_read_seek,
.extensions = "paf,fap",
}

Definition at line 95 of file epafdec.c.