libavfilter/vf_copy.c File Reference

copy video filter More...

#include "avfilter.h"

Go to the source code of this file.

Variables

AVFilter avfilter_vf_copy


Detailed Description

copy video filter

Definition in file vf_copy.c.


Variable Documentation

Initial value:

 {
    .name      = "copy",
    .description = NULL_IF_CONFIG_SMALL("Copy the input video unchanged to the output."),

    .inputs    = (const AVFilterPad[]) {{ .name       = "default",
                                    .type             = AVMEDIA_TYPE_VIDEO,
                                    .get_video_buffer = avfilter_null_get_video_buffer,
                                    .start_frame      = avfilter_null_start_frame,
                                    .end_frame        = avfilter_null_end_frame,
                                    .rej_perms        = ~0 },
                                  { .name = NULL}},
    .outputs   = (const AVFilterPad[]) {{ .name       = "default",
                                    .type             = AVMEDIA_TYPE_VIDEO, },
                                  { .name = NULL}},
}

Definition at line 26 of file vf_copy.c.


Generated on Fri Oct 26 02:43:51 2012 for FFmpeg by  doxygen 1.5.8