FFmpeg
|
copy video filter More...
#include "libavutil/imgutils.h"
#include "libavutil/internal.h"
#include "avfilter.h"
#include "internal.h"
#include "video.h"
Include dependency graph for vf_copy.c:
Go to the source code of this file.
Functions | |
static int | filter_frame (AVFilterLink *inlink, AVFrame *in) |
Variables | |
static const AVFilterPad | avfilter_vf_copy_inputs [] |
static const AVFilterPad | avfilter_vf_copy_outputs [] |
AVFilter | avfilter_vf_copy |
Detailed Description
copy video filter
Definition in file vf_copy.c.
Function Documentation
|
static |
Variable Documentation
AVFilter avfilter_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,
}
#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,
.filter_frame = filter_frame,
},
{ 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 Mon Nov 18 2024 06:52:09 for FFmpeg by 1.8.11