Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-11-29 05:09:22 +0400
committerMichael Niedermayer <michaelni@gmx.at>2012-11-29 05:09:22 +0400
commit7c42814782e3b68e908fc91c690767ff5069884c (patch)
tree81d8929c83b1db38184283c0730eda5e6cecfd02 /libavfilter/vf_copy.c
parentece5decbe052cac40eef8f3682a6bf7c8fa6bc4b (diff)
vf_copy: switch to filter_frame
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter/vf_copy.c')
-rw-r--r--libavfilter/vf_copy.c2
1 files changed, 0 insertions, 2 deletions
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 }