summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libavfilter/vf_shuffleplanes.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libavfilter/vf_shuffleplanes.c b/libavfilter/vf_shuffleplanes.c
index 32d2d58..5d1302d 100644
--- a/libavfilter/vf_shuffleplanes.c
+++ b/libavfilter/vf_shuffleplanes.c
@@ -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,
};
OpenPOWER on IntegriCloud