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

Function progress_frame_pool_free_entry_cb

libavcodec/decode.c:1984–1990  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1982}
1983
1984static av_cold void progress_frame_pool_free_entry_cb(AVRefStructOpaque opaque, void *obj)
1985{
1986 ProgressInternal *progress = obj;
1987
1988 ff_thread_progress_destroy(&progress->progress);
1989 av_frame_free(&progress->f);
1990}
1991
1992av_cold int ff_decode_preinit(AVCodecContext *avctx)
1993{

Callers

nothing calls this directly

Calls 2

av_frame_freeFunction · 0.85

Tested by

no test coverage detected