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

Function ff_encode_internal_alloc

libavcodec/encode.c:883–886  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

881}
882
883AVCodecInternal *ff_encode_internal_alloc(void)
884{
885 return av_mallocz(sizeof(EncodeContext));
886}
887
888AVCPBProperties *ff_encode_add_cpb_side_data(AVCodecContext *avctx)
889{

Callers 1

avcodec_open2Function · 0.85

Calls 1

av_malloczFunction · 0.50

Tested by

no test coverage detected