Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FFmpeg/FFmpeg
/ av_alloc_format_context
Function
av_alloc_format_context
libavformat/options.c:92–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
91
#if LIBAVFORMAT_VERSION_MAJOR < 53
92
AVFormatContext *av_alloc_format_context(void)
93
{
94
return avformat_alloc_context();
95
}
96
#endif
Callers
nothing calls this directly
Calls
1
avformat_alloc_context
Function · 0.85
Tested by
no test coverage detected