#include "libavcodec/internal.h"
#include "avformat.h"
#include "demux.h"
#include "internal.h"
#include "pcm.h"
Go to the source code of this file.
◆ pvf_probe()
◆ pvf_read_header()
◆ ff_pvf_demuxer
Initial value:= {
.p.name = "pvf",
.p.extensions = "pvf",
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
static int pvf_read_header(AVFormatContext *s)
static int pvf_probe(const AVProbeData *p)
Definition at line 69 of file pvfdec.c.