[FFmpeg-devel] [PATCH v5 2/6] vf_fps: properly preserve CEA-708 captions

Devin Heitmueller devin.heitmueller at ltnglobal.com
Fri May 5 17:47:53 EEST 2023


Hi Michael,

Thanks for testing.

On Fri, May 5, 2023 at 10:10 AM Michael Niedermayer
<michael at niedermayer.cc> wrote:
> breaks fate
>
> make -j32 fate-filter-fps-down-eof-pass

Yeah, this was actually introduced in the last series due to removal
of the NULL checks per Anton's review of the patch.  We need to put
one of the checks back in because while it's safe to call
av_freep(*ccp) when it contains a NULL pointer it isn't safe to
dereference that pointer when freeing the associated FIFOs vis
av_fifo_freep2().

I'll include a fix in the next patch series.

Regards,

Devin

-- 
Devin Heitmueller, Senior Software Engineer
LTN Global Communications
o: +1 (301) 363-1001
w: https://ltnglobal.com  e: devin.heitmueller at ltnglobal.com


More information about the ffmpeg-devel mailing list