mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 02:20:56 +01:00
avfilter/vf_shuffleplanes: remove not needed line
This commit is contained in:
parent
f70690e8ec
commit
ea8391e519
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue