mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02: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