---
 libavfilter/vf_format.c |    6 ------
 1 file changed, 6 deletions(-)

diff --git a/libavfilter/vf_format.c b/libavfilter/vf_format.c
index 72d6348..7e4a26e 100644
--- a/libavfilter/vf_format.c
+++ b/libavfilter/vf_format.c
@@ -104,9 +104,6 @@ static const AVFilterPad avfilter_vf_format_inputs[] = {
         .name             = "default",
         .type             = AVMEDIA_TYPE_VIDEO,
         .get_video_buffer = ff_null_get_video_buffer,
-        .start_frame      = ff_null_start_frame,
-        .draw_slice       = ff_null_draw_slice,
-        .end_frame        = ff_null_end_frame,
     },
     { NULL }
 };
@@ -146,9 +143,6 @@ static const AVFilterPad avfilter_vf_noformat_inputs[] = {
         .name             = "default",
         .type             = AVMEDIA_TYPE_VIDEO,
         .get_video_buffer = ff_null_get_video_buffer,
-        .start_frame      = ff_null_start_frame,
-        .draw_slice       = ff_null_draw_slice,
-        .end_frame        = ff_null_end_frame,
     },
     { NULL }
 };
-- 
1.7.10.4

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to