Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FFmpeg/FFmpeg
/ avcodec_get_class
Function
avcodec_get_class
libavcodec/options.c:184–187 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
182
}
183
184
const AVClass *avcodec_get_class(void)
185
{
186
return &av_codec_context_class;
187
}
188
189
#define SROFFSET(x) offsetof(AVSubtitleRect,x)
190
Callers
7
show_codec_opts
Function · 0.85
check_avoptions_used
Function · 0.85
show_help_default
Function · 0.85
show_help_default
Function · 0.85
show_help_default
Function · 0.85
opt_default
Function · 0.85
filter_codec_opts
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected