Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/byhook/ffmpeg4android
/ init_opts
Function
init_opts
ffmpeg-single-cmd/src/main/cpp/cmdutils.c:84–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
};
83
84
void init_opts(void)
85
{
86
av_dict_set(&sws_dict,
"flags"
,
"bicubic"
, 0);
87
}
88
89
void uninit_opts(void)
90
{
Callers
2
finish_group
Function · 0.85
init_parse_context
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected