MCPcopy 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
248const iso639_lang_t * lang_lookup( const char * str )
249{
250 return lang_for_index(lang_lookup_index(str));
251}
252
253const iso639_lang_t * lang_for_index( int index )
254{

Callers 6

ParseOptionsFunction · 0.85
PreparePresetFunction · 0.85
add_srtFunction · 0.85
add_ssaFunction · 0.85

Calls 2

lang_for_indexFunction · 0.85
lang_lookup_indexFunction · 0.85

Tested by 4

ParseOptionsFunction · 0.68
PreparePresetFunction · 0.68
add_srtFunction · 0.68
add_ssaFunction · 0.68