mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-30 13:50:50 +08:00
avfilter/vf_shuffleplanes: remove not needed line
This commit is contained in:
@@ -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 },
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user