Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
883
AVCodecInternal *ff_encode_internal_alloc(void)
884
{
885
return av_mallocz(sizeof(EncodeContext));
886
}
887
888
AVCPBProperties *ff_encode_add_cpb_side_data(AVCodecContext *avctx)
889
{
Callers
1
avcodec_open2
Function · 0.85
Calls
1
av_mallocz
Function · 0.50
Tested by
no test coverage detected