Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HandBrake/HandBrake
/ lang_lookup
Function
lang_lookup
libhb/lang.c:248–251 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
246
}
247
248
const iso639_lang_t * lang_lookup( const char * str )
249
{
250
return lang_for_index(lang_lookup_index(str));
251
}
252
253
const iso639_lang_t * lang_for_index( int index )
254
{
Callers
6
ParseOptions
Function · 0.85
PreparePreset
Function · 0.85
add_srt
Function · 0.85
add_ssa
Function · 0.85
subtitle_get_track_description
Function · 0.85
ghb_subtitle_short_description
Function · 0.85
Calls
2
lang_for_index
Function · 0.85
lang_lookup_index
Function · 0.85
Tested by
4
ParseOptions
Function · 0.68
PreparePreset
Function · 0.68
add_srt
Function · 0.68
add_ssa
Function · 0.68