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

Function free_progress

libavcodec/vvc/refs.c:99–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99static void free_progress(AVRefStructOpaque unused, void *obj)
100{
101 FrameProgress *p = (FrameProgress *)obj;
102
103 if (p->has_cond)
104 ff_cond_destroy(&p->cond);
105 if (p->has_lock)
106 ff_mutex_destroy(&p->lock);
107}
108
109static FrameProgress *alloc_progress(void)
110{

Callers

nothing calls this directly

Calls 2

ff_cond_destroyFunction · 0.85
ff_mutex_destroyFunction · 0.85

Tested by

no test coverage detected