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

Function free_buffer_pools

libavcodec/mpegvideo.c:181–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179}
180
181static av_cold void free_buffer_pools(BufferPoolContext *pools)
182{
183 av_refstruct_pool_uninit(&pools->mbskip_table_pool);
184 av_refstruct_pool_uninit(&pools->qscale_table_pool);
185 av_refstruct_pool_uninit(&pools->mb_type_pool);
186 av_refstruct_pool_uninit(&pools->motion_val_pool);
187 av_refstruct_pool_uninit(&pools->ref_index_pool);
188 pools->alloc_mb_height = pools->alloc_mb_width = pools->alloc_mb_stride = 0;
189}
190
191av_cold int ff_mpv_init_context_frame(MpegEncContext *s)
192{

Callers 1

Calls 1

av_refstruct_pool_uninitFunction · 0.85

Tested by

no test coverage detected