FFmpeg
Variables
vf_copy.c File Reference

copy video filter More...

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

Variables

AVFilter ff_vf_copy
 

Detailed Description

copy video filter

Variable Documentation

§ ff_vf_copy

AVFilter ff_vf_copy
Initial value:
= {
.name = "copy",
.description = NULL_IF_CONFIG_SMALL("Copy the input video unchanged to the output."),
.inputs = avfilter_vf_copy_inputs,
.outputs = avfilter_vf_copy_outputs,
.query_formats = query_formats,
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:186