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

Function ff_thread_get_ext_buffer

libavcodec/utils.c:904–908  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

902}
903
904int ff_thread_get_ext_buffer(AVCodecContext *avctx, ThreadFrame *f, int flags)
905{
906 f->owner[0] = f->owner[1] = avctx;
907 return ff_get_buffer(avctx, f->f, flags);
908}
909
910void ff_thread_release_ext_buffer(ThreadFrame *f)
911{

Callers 1

alloc_pictureFunction · 0.70

Calls 1

ff_get_bufferFunction · 0.85

Tested by

no test coverage detected