MCPcopy 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
184const 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_optsFunction · 0.85
check_avoptions_usedFunction · 0.85
show_help_defaultFunction · 0.85
show_help_defaultFunction · 0.85
show_help_defaultFunction · 0.85
opt_defaultFunction · 0.85
filter_codec_optsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected