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

Function progress_frame_pool_reset_cb

libavcodec/decode.c:1976–1982  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1974}
1975
1976static void progress_frame_pool_reset_cb(AVRefStructOpaque unused, void *obj)
1977{
1978 ProgressInternal *progress = obj;
1979
1980 ff_thread_progress_reset(&progress->progress);
1981 av_frame_unref(progress->f);
1982}
1983
1984static av_cold void progress_frame_pool_free_entry_cb(AVRefStructOpaque opaque, void *obj)
1985{

Callers

nothing calls this directly

Calls 2

ff_thread_progress_resetFunction · 0.85
av_frame_unrefFunction · 0.85

Tested by

no test coverage detected