[FFmpeg-cvslog] lavfi/noise: remove get_video_buffer, its redundant now

Paul B Mahol git at videolan.org
Thu Apr 25 19:08:34 CEST 2013


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Thu Apr 25 17:03:37 2013 +0000| [89b5ed5f1569b5a12cddbe2829397a30f03d3d12] | committer: Paul B Mahol

lavfi/noise: remove get_video_buffer, its redundant now

Signed-off-by: Paul B Mahol <onemda at gmail.com>

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

 libavfilter/vf_noise.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/libavfilter/vf_noise.c b/libavfilter/vf_noise.c
index 84b92fd..c965cbf 100644
--- a/libavfilter/vf_noise.c
+++ b/libavfilter/vf_noise.c
@@ -447,7 +447,6 @@ static const AVFilterPad noise_inputs[] = {
     {
         .name             = "default",
         .type             = AVMEDIA_TYPE_VIDEO,
-        .get_video_buffer = ff_null_get_video_buffer,
         .filter_frame     = filter_frame,
         .config_props     = config_input,
     },



More information about the ffmpeg-cvslog mailing list