MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / ff_thread_free

Function ff_thread_free

libavcodec/pthread.c:84–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84av_cold void ff_thread_free(AVCodecContext *avctx)
85{
86 if (avctx->active_thread_type&FF_THREAD_FRAME)
87 ff_frame_thread_free(avctx, avctx->thread_count);
88 else
89 ff_slice_thread_free(avctx);
90}
91
92av_cold void ff_pthread_free(void *obj, const unsigned offsets[])
93{

Callers 1

ff_codec_closeFunction · 0.85

Calls 2

ff_frame_thread_freeFunction · 0.85
ff_slice_thread_freeFunction · 0.85

Tested by

no test coverage detected