FFmpeg
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Variables
vf_copy.c File Reference

copy video filter More...

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

Go to the source code of this file.

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.

Variable Documentation

const AVFilterPad avfilter_vf_copy_inputs[]
static
Initial value:
= {
{
.name = "default",
.get_video_buffer = ff_null_get_video_buffer,
.rej_perms = ~0
},
{ NULL }
}

Definition at line 29 of file vf_copy.c.

const AVFilterPad avfilter_vf_copy_outputs[]
static
Initial value:
= {
{
.name = "default",
},
{ NULL }
}

Definition at line 39 of file vf_copy.c.

AVFilter avfilter_vf_copy
Initial value:
= {
.name = "copy",
.description = NULL_IF_CONFIG_SMALL("Copy the input video unchanged to the output."),
}

Definition at line 47 of file vf_copy.c.