X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_copy.c;h=a25e282d0837312adfa775c771c7b321606dc14c;hb=c3fa6add58288dda34c88a6c0c9e0cc79f29169b;hp=43fdc9a9a29a8437bcf737636a1432f3aa7535ba;hpb=4b874fc4fc2739db7a907ce430ac862e625b7387;p=ffmpeg diff --git a/libavfilter/vf_copy.c b/libavfilter/vf_copy.c index 43fdc9a9a29..a25e282d083 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 }