Hi Michael, Thanks for testing.
On Fri, May 5, 2023 at 10:10 AM Michael Niedermayer <[email protected]> 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: [email protected] _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
