This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
avfilter/vf_shuffleplanes: remove not needed line
tags/n4.3
Paul B Mahol
6 years ago
parent
f70690e8ec
commit
ea8391e519
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 },
};
Write
Preview
Loading…
Cancel
Save