[FFmpeg-cvslog] avfilter/vf_showpalette: remove timeline flag
Paul B Mahol
git at videolan.org
Mon Oct 7 13:08:44 EEST 2019
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Mon Oct 7 12:07:00 2019 +0200| [651a0f63080f4073c324594188841a15da13e9ce] | committer: Paul B Mahol
avfilter/vf_showpalette: remove timeline flag
This filter changes output size and thus can not have support
for timeline.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=651a0f63080f4073c324594188841a15da13e9ce
---
libavfilter/vf_showpalette.c | 1 -
1 file changed, 1 deletion(-)
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,
};
More information about the ffmpeg-cvslog
mailing list