ffmpeg | branch: master | Paul B Mahol <[email protected]> | 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 },
 };

_______________________________________________
ffmpeg-cvslog mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to