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

Function progress_pool_init_cb

libavcodec/wavpack.c:1032–1036  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1030}
1031
1032static av_cold int progress_pool_init_cb(AVRefStructOpaque opaque, void *obj)
1033{
1034 ThreadProgress *progress = obj;
1035 return ff_thread_progress_init(progress, 1);
1036}
1037
1038static void progress_pool_reset_cb(AVRefStructOpaque opaque, void *obj)
1039{

Callers

nothing calls this directly

Calls 1

ff_thread_progress_initFunction · 0.85

Tested by

no test coverage detected