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

Function ff_thread_progress_destroy

libavcodec/threadprogress.c:44–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44av_cold void ff_thread_progress_destroy(ThreadProgress *pro)
45{
46#if HAVE_THREADS
47 ff_pthread_free(pro, thread_progress_offsets);
48#else
49 pro->init = 0;
50#endif
51}
52
53void ff_thread_progress_report(ThreadProgress *pro, int n)
54{

Callers 5

rv60_decode_endFunction · 0.85
mpv_pic_freeFunction · 0.85
hevc_decode_freeFunction · 0.85

Calls 1

ff_pthread_freeFunction · 0.85

Tested by

no test coverage detected