[FFmpeg-cvslog] lavfi/null: remove redudant lines
Paul B Mahol
git at videolan.org
Wed May 8 14:49:15 CEST 2013
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Tue May 7 14:58:40 2013 +0000| [8e2972274e1bbff83538d0622ce109ed1b448170] | committer: Paul B Mahol
lavfi/null: remove redudant lines
Signed-off-by: Paul B Mahol <onemda at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8e2972274e1bbff83538d0622ce109ed1b448170
---
libavfilter/vf_null.c | 5 -----
1 file changed, 5 deletions(-)
diff --git a/libavfilter/vf_null.c b/libavfilter/vf_null.c
index eafa268..0bafbf8 100644
--- a/libavfilter/vf_null.c
+++ b/libavfilter/vf_null.c
@@ -30,7 +30,6 @@ static const AVFilterPad avfilter_vf_null_inputs[] = {
{
.name = "default",
.type = AVMEDIA_TYPE_VIDEO,
- .get_video_buffer = ff_null_get_video_buffer,
},
{ NULL }
};
@@ -46,10 +45,6 @@ static const AVFilterPad avfilter_vf_null_outputs[] = {
AVFilter avfilter_vf_null = {
.name = "null",
.description = NULL_IF_CONFIG_SMALL("Pass the source unchanged to the output."),
-
- .priv_size = 0,
-
.inputs = avfilter_vf_null_inputs,
-
.outputs = avfilter_vf_null_outputs,
};
More information about the ffmpeg-cvslog
mailing list