]> git.sesse.net Git - ffmpeg/commitdiff
avfilter/vf_showpalette: remove timeline flag
authorPaul B Mahol <onemda@gmail.com>
Mon, 7 Oct 2019 10:07:00 +0000 (12:07 +0200)
committerPaul B Mahol <onemda@gmail.com>
Mon, 7 Oct 2019 10:07:00 +0000 (12:07 +0200)
This filter changes output size and thus can not have support
for timeline.

libavfilter/vf_showpalette.c

index 25904a88f44f91a54c0f86473e80ae3d286b3162..5b0772bc0bb586c584130195c1f2371332857781 100644 (file)
@@ -136,5 +136,4 @@ AVFilter ff_vf_showpalette = {
     .inputs        = showpalette_inputs,
     .outputs       = showpalette_outputs,
     .priv_class    = &showpalette_class,
-    .flags         = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC,
 };