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

Function ff_slice_thread_free

libavcodec/pthread_slice.c:69–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69av_cold void ff_slice_thread_free(AVCodecContext *avctx)
70{
71 SliceThreadContext *c = avctx->internal->thread_ctx;
72
73 avpriv_slicethread_free(&c->thread);
74
75 av_freep(&avctx->internal->thread_ctx);
76}
77
78static int thread_execute(AVCodecContext *avctx, action_func* func, void *arg, int *ret, int job_count, int job_size)
79{

Callers 2

ff_thread_freeFunction · 0.85
ff_slice_thread_initFunction · 0.85

Calls 2

avpriv_slicethread_freeFunction · 0.85
av_freepFunction · 0.85

Tested by

no test coverage detected