Browse Source

avfilter/vf_shuffleplanes: remove not needed line

tags/n4.3
Paul B Mahol 6 years ago
parent
commit
ea8391e519
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavfilter/vf_shuffleplanes.c

+ 0
- 1
libavfilter/vf_shuffleplanes.c View File

@@ -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…
Cancel
Save