]> git.sesse.net Git - ffmpeg/commit
avfilter/vf_xfade: ensure metadata is copied to transition frames
authorMusee Ullah <lae@lae.is>
Mon, 23 Nov 2020 19:52:01 +0000 (13:52 -0600)
committerPaul B Mahol <onemda@gmail.com>
Tue, 24 Nov 2020 13:35:41 +0000 (14:35 +0100)
commit7bb8b819556a1146eeff1863bbb42b77039c1798
treef8631845c495238d49739ec7f3b1100a13b9e2fe
parentc6a7ca271b9cead3595cef09b8e455ff4b3f198a
avfilter/vf_xfade: ensure metadata is copied to transition frames

I was having an issue where, using a filter chain of xfade -> ass, the
colors on the subtitles were incorrect only on the frames where xfade
was being used. This resolves that issue for me.

Signed-off-by: Musee Ullah <lae@lae.is>
libavfilter/vf_xfade.c