[FFmpeg-cvslog] avfilter/vf_shuffleplanes: remove not needed line
Paul B Mahol
git at videolan.org
Mon Sep 16 12:49:35 EEST 2019
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Mon Sep 16 11:28:03 2019 +0200| [ea8391e519f4dcbe66d7ab736fe8d8bebd307933] | committer: Paul B Mahol
avfilter/vf_shuffleplanes: remove not needed line
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ea8391e519f4dcbe66d7ab736fe8d8bebd307933
---
libavfilter/vf_shuffleplanes.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavfilter/vf_shuffleplanes.c b/libavfilter/vf_shuffleplanes.c
index 5d1302db04..2ac4d7d0ee 100644
--- a/libavfilter/vf_shuffleplanes.c
+++ b/libavfilter/vf_shuffleplanes.c
@@ -142,7 +142,6 @@ static const AVFilterPad shuffleplanes_inputs[] = {
.type = AVMEDIA_TYPE_VIDEO,
.config_props = shuffleplanes_config_input,
.filter_frame = shuffleplanes_filter_frame,
- .get_video_buffer = ff_null_get_video_buffer,
},
{ NULL },
};
More information about the ffmpeg-cvslog
mailing list