Browse Source

vf_copy: switch to filter_frame

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n1.1
Anton Khirnov Michael Niedermayer 12 years ago
parent
commit
7c42814782
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      libavfilter/vf_copy.c

+ 0
- 2
libavfilter/vf_copy.c View File

@@ -31,8 +31,6 @@ static const AVFilterPad avfilter_vf_copy_inputs[] = {
.name = "default",
.type = AVMEDIA_TYPE_VIDEO,
.get_video_buffer = ff_null_get_video_buffer,
.start_frame = ff_null_start_frame,
.end_frame = ff_null_end_frame,
.rej_perms = ~0
},
{ NULL }


Loading…
Cancel
Save