Commit 309fce63 authored by Paul B Mahol's avatar Paul B Mahol

avfilter/vf_shuffleplanes: add support for timeline

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 2d7ba3a9
......@@ -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,
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment