MCPcopy Create free account
hub / github.com/HandBrake/HandBrake / ghb_get_subtitle_info

Function ghb_get_subtitle_info

gtk/src/hb-backend.c:3875–3884  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3873}
3874
3875hb_subtitle_t*
3876ghb_get_subtitle_info(const hb_title_t *title, gint track)
3877{
3878 if (title == NULL) return NULL;
3879 if (!hb_list_count(title->list_subtitle))
3880 {
3881 return NULL;
3882 }
3883 return hb_list_item(title->list_subtitle, track);
3884}
3885
3886hb_list_t *
3887ghb_get_title_list (void)

Callers 1

Calls 2

hb_list_countFunction · 0.85
hb_list_itemFunction · 0.85

Tested by

no test coverage detected