FFmpeg
|
Include dependency graph for epafdec.c:
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 |
|
static |
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",
.flags = AVFMT_GENERIC_INDEX,
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
int ff_pcm_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags)
Definition: libavformat/pcm.c:46
int ff_pcm_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition: libavformat/pcm.c:28
Generated on Mon Nov 18 2024 06:52:05 for FFmpeg by 1.8.11