mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2025-02-17 18:38:13 +00:00
avfilter/vf_showpalette: remove timeline flag
This filter changes output size and thus can not have support for timeline.
This commit is contained in:
parent
0c4137bcb7
commit
651a0f6308
@ -136,5 +136,4 @@ AVFilter ff_vf_showpalette = {
|
||||
.inputs = showpalette_inputs,
|
||||
.outputs = showpalette_outputs,
|
||||
.priv_class = &showpalette_class,
|
||||
.flags = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC,
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user