FFmpeg
Variables
vf_null.c File Reference

null video filter More...

#include "libavutil/internal.h"
#include "avfilter.h"
#include "internal.h"
#include "video.h"

Variables

AVFilter ff_vf_null
 

Detailed Description

null video filter

Variable Documentation

§ ff_vf_null

AVFilter ff_vf_null
Initial value:
= {
.name = "null",
.description = NULL_IF_CONFIG_SMALL("Pass the source unchanged to the output."),
.inputs = avfilter_vf_null_inputs,
.outputs = avfilter_vf_null_outputs,
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:186