MCPcopy 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
3886hb_list_t *
3887ghb_get_title_list (void)
3888{
3889 if (h_scan == NULL) return NULL;
3890 return hb_get_titles( h_scan );
3891}
3892
3893gboolean
3894ghb_audio_is_passthru(gint acodec)

Callers 1

load_all_titlesFunction · 0.85

Calls 1

hb_get_titlesFunction · 0.85

Tested by

no test coverage detected