FFmpeg
|
vf_null.c File Reference
null video filter More...
Include dependency graph for vf_null.c:
Go to the source code of this file.
Variables | |
static const AVFilterPad | avfilter_vf_null_inputs [] |
static const AVFilterPad | avfilter_vf_null_outputs [] |
AVFilter | avfilter_vf_null |
Detailed Description
null video filter
Definition in file vf_null.c.
Variable Documentation
AVFilter avfilter_vf_null |
Initial value:
= {
.name = "null",
.description = NULL_IF_CONFIG_SMALL("Pass the source unchanged to the output."),
.priv_size = 0,
.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: libavutil/internal.h:123
|
static |
Initial value:
= {
{
.name = "default",
.type = AVMEDIA_TYPE_VIDEO,
.get_video_buffer = ff_null_get_video_buffer,
},
{ NULL }
}
AVFrame * ff_null_get_video_buffer(AVFilterLink *link, int w, int h)
Definition: video.c:35
Definition: avutil.h:143
|
static |
Initial value:
Generated on Fri Dec 20 2024 06:56:16 for FFmpeg by 1.8.11