Jun 15, 2023, 20:26 by an...@khirnov.net: > Quoting Lynne (2023-06-13 04:11:35) > >> The issue is that with a threadsafe hwaccel and multiple enabled >> frame threads, hwaccel->uninit() is never called. >> Previously, the function was guaranteed to never have any threads >> with hwaccel contexts, so it never bothered to uninit it. >> >> Patch attached. >> > > Maybe add a note that this only does something for threadsafe hwaccels, > since otherwise hwaccel state is always cleared here. > > Otherwise looks good assuming it was tested with a leak checker. >
A leak checker is how I actually found this :) Thanks, added a note and pushed. _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".