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

Function ff_decode_internal_alloc

libavcodec/decode.c:2346–2349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2344}
2345
2346av_cold AVCodecInternal *ff_decode_internal_alloc(void)
2347{
2348 return av_mallocz(sizeof(DecodeContext));
2349}
2350
2351av_cold void ff_decode_internal_sync(AVCodecContext *dst, const AVCodecContext *src)
2352{

Callers 2

init_threadFunction · 0.85
avcodec_open2Function · 0.85

Calls 1

av_malloczFunction · 0.50

Tested by

no test coverage detected