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

Function ff_mpv_alloc_pic_pool

libavcodec/mpegpicture.c:90–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90av_cold AVRefStructPool *ff_mpv_alloc_pic_pool(int init_progress)
91{
92 return av_refstruct_pool_alloc_ext(sizeof(MPVPicture),
93 AV_REFSTRUCT_POOL_FLAG_FREE_ON_INIT_ERROR,
94 (void*)(uintptr_t)init_progress,
95 mpv_pic_init, mpv_pic_reset, mpv_pic_free, NULL);
96}
97
98void ff_mpv_unref_picture(MPVWorkPicture *pic)
99{

Callers 2

ff_mpv_decode_initFunction · 0.85
ff_mpv_encode_initFunction · 0.85

Calls 1

Tested by

no test coverage detected