From 7c42814782e3b68e908fc91c690767ff5069884c Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Thu, 29 Nov 2012 02:09:22 +0100 Subject: vf_copy: switch to filter_frame Signed-off-by: Michael Niedermayer --- libavfilter/vf_copy.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavfilter/vf_copy.c') diff --git a/libavfilter/vf_copy.c b/libavfilter/vf_copy.c index 43fdc9a9a2..a25e282d08 100644 --- a/libavfilter/vf_copy.c +++ b/libavfilter/vf_copy.c @@ -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 } -- cgit v1.2.3