VapourSynth demuxer.
More...
#include <limits.h>
#include <VapourSynth.h>
#include <VSScript.h>
#include "libavutil/avassert.h"
#include "libavutil/avstring.h"
#include "libavutil/eval.h"
#include "libavutil/imgutils.h"
#include "libavutil/opt.h"
#include "libavutil/pixdesc.h"
#include "avformat.h"
#include "internal.h"
VapourSynth demuxer.
Synthesizes vapour (?)
§ ff_vapoursynth_demuxer
Initial value:= {
.name = "vapoursynth",
.read_probe = probe_vs,
.read_header = read_header_vs,
.read_packet = read_packet_vs,
.read_close = read_close_vs,
.read_seek = read_seek_vs,
.priv_class = &class_vs,
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:186
Definition: vapoursynth.c:44