Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
143
const AVClass *swr_get_class(void)
144
{
145
return &av_class;
146
}
147
148
av_cold struct SwrContext *swr_alloc(void){
149
SwrContext *s= av_mallocz(sizeof(SwrContext));
Callers
3
show_help_default
Function · 0.85
opt_default
Function · 0.85
resample_child_class_iterate
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected