Commit 651a0f63 authored by Paul B Mahol's avatar Paul B Mahol

avfilter/vf_showpalette: remove timeline flag

This filter changes output size and thus can not have support
for timeline.
parent 0c4137bc
......@@ -136,5 +136,4 @@ AVFilter ff_vf_showpalette = {
.inputs = showpalette_inputs,
.outputs = showpalette_outputs,
.priv_class = &showpalette_class,
.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