Commit ea8391e5 authored by Paul B Mahol's avatar Paul B Mahol

avfilter/vf_shuffleplanes: remove not needed line

parent f70690e8
......@@ -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 },
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment