[FFmpeg-devel] [PATCH 2/2] SpeedHQ encoder

Derek Buitenhuis derek.buitenhuis at gmail.com
Mon Jul 13 17:28:13 EEST 2020


On 13/07/2020 12:31, Jean-Baptiste Kempf wrote:
> +
> +av_cold int ff_speedhq_encode_init(MpegEncContext *s)
> +{

Most of the stuff in this init function is global, and thus should be
done via ff_thread_once, and caps_internal should have FF_CODEC_CAP_INIT_THREADSAFE.

- Derek


More information about the ffmpeg-devel mailing list