summaryrefslogtreecommitdiff
path: root/libavfilter/vf_showpalette.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2019-10-07 12:07:00 +0200
committerPaul B Mahol <onemda@gmail.com>2019-10-07 12:07:00 +0200
commit651a0f63080f4073c324594188841a15da13e9ce (patch)
tree4465104738c7491949e8508ee5f9ba41c1fbd305 /libavfilter/vf_showpalette.c
parent0c4137bcb742bccc29f87145615a120bc5988c24 (diff)
downloadffmpeg-651a0f63080f4073c324594188841a15da13e9ce.tar.gz
avfilter/vf_showpalette: remove timeline flag
This filter changes output size and thus can not have support for timeline.
Diffstat (limited to 'libavfilter/vf_showpalette.c')
-rw-r--r--libavfilter/vf_showpalette.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/vf_showpalette.c b/libavfilter/vf_showpalette.c
index 25904a88f4..5b0772bc0b 100644
--- a/libavfilter/vf_showpalette.c
+++ b/libavfilter/vf_showpalette.c
@@ -136,5 +136,4 @@ AVFilter ff_vf_showpalette = {
.inputs = showpalette_inputs,
.outputs = showpalette_outputs,
.priv_class = &showpalette_class,
- .flags = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC,
};