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

Function ff_thread_get_buffer

libavcodec/pthread_frame.c:1044–1050  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1042}
1043
1044int ff_thread_get_buffer(AVCodecContext *avctx, AVFrame *f, int flags)
1045{
1046 int ret = thread_get_buffer_internal(avctx, f, flags);
1047 if (ret < 0)
1048 av_log(avctx, AV_LOG_ERROR, "thread_get_buffer() failed\n");
1049 return ret;
1050}
1051
1052int ff_thread_get_ext_buffer(AVCodecContext *avctx, ThreadFrame *f, int flags)
1053{

Callers 1

ff_thread_get_ext_bufferFunction · 0.70

Calls 2

av_logFunction · 0.85

Tested by

no test coverage detected