mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 19:58:59 +00:00
avfilter/vf_shuffleplanes: remove not needed line
This commit is contained in:
parent
f70690e8ec
commit
ea8391e519
@ -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 },
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user