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

Function avformat_get_class

libavformat/options.c:191–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191const AVClass *avformat_get_class(void)
192{
193 return &av_format_context_class;
194}
195
196#define DISPOSITION_OPT(ctx) \
197 { "disposition", NULL, offsetof(ctx, disposition), AV_OPT_TYPE_FLAGS, { .i64 = 0 }, \

Callers 6

show_format_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

Calls

no outgoing calls

Tested by

no test coverage detected