Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HandBrake/HandBrake
/ ghb_get_title_list
Function
ghb_get_title_list
gtk/src/hb-backend.c:3886–3891 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3884
}
3885
3886
hb_list_t *
3887
ghb_get_title_list (void)
3888
{
3889
if (h_scan == NULL) return NULL;
3890
return hb_get_titles( h_scan );
3891
}
3892
3893
gboolean
3894
ghb_audio_is_passthru(gint acodec)
Callers
1
load_all_titles
Function · 0.85
Calls
1
hb_get_titles
Function · 0.85
Tested by
no test coverage detected