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

Function swr_get_class

libswresample/options.c:143–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141};
142
143const AVClass *swr_get_class(void)
144{
145 return &av_class;
146}
147
148av_cold struct SwrContext *swr_alloc(void){
149 SwrContext *s= av_mallocz(sizeof(SwrContext));

Callers 3

show_help_defaultFunction · 0.85
opt_defaultFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected