null video filter
More...
#include "libavutil/internal.h"
#include "avfilter.h"
#include "internal.h"
#include "video.h"
§ ff_vf_null
Initial value:= {
.name = "null",
.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