[FFmpeg-cvslog] vf_null: switch to filter_frame

Anton Khirnov git at videolan.org
Thu Nov 29 02:16:08 CET 2012


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Thu Nov 29 02:09:01 2012 +0100| [ece5decbe052cac40eef8f3682a6bf7c8fa6bc4b] | committer: Michael Niedermayer

vf_null: switch to filter_frame

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ece5decbe052cac40eef8f3682a6bf7c8fa6bc4b
---

 libavfilter/vf_null.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/libavfilter/vf_null.c b/libavfilter/vf_null.c
index b22779d..eafa268 100644
--- a/libavfilter/vf_null.c
+++ b/libavfilter/vf_null.c
@@ -31,8 +31,6 @@ static const AVFilterPad avfilter_vf_null_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
     },
     { NULL }
 };



More information about the ffmpeg-cvslog mailing list