mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avfilter/vf_shuffleplanes: add support for timeline
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
2d7ba3a96f
commit
309fce63d8
@ -158,10 +158,9 @@ static const AVFilterPad shuffleplanes_outputs[] = {
|
||||
AVFilter ff_vf_shuffleplanes = {
|
||||
.name = "shuffleplanes",
|
||||
.description = NULL_IF_CONFIG_SMALL("Shuffle video planes."),
|
||||
|
||||
.priv_size = sizeof(ShufflePlanesContext),
|
||||
.priv_class = &shuffleplanes_class,
|
||||
|
||||
.inputs = shuffleplanes_inputs,
|
||||
.outputs = shuffleplanes_outputs,
|
||||
.flags = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user