FFmpeg
|
#include "libavutil/imgutils.h"
#include "libavutil/internal.h"
#include "avfilter.h"
#include "internal.h"
#include "video.h"
Go to the source code of this file.
Functions | |
static int | query_formats (AVFilterContext *ctx) |
static int | filter_frame (AVFilterLink *inlink, AVFrame *in) |
Variables | |
static const AVFilterPad | avfilter_vf_copy_inputs [] |
static const AVFilterPad | avfilter_vf_copy_outputs [] |
AVFilter | ff_vf_copy |
copy video filter
Definition in file vf_copy.c.
|
static |
|
static |
|
static |
|
static |
AVFilter ff_vf_copy |