avfilter/vf_shuffleplanes: remove not needed line

This commit is contained in:
Paul B Mahol 2019-09-16 11:28:03 +02:00
parent f70690e8ec
commit ea8391e519

View File

@ -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 },
};