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

Function ghb_get_title_dict

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

Source from the content-addressed store, hash-verified

2594}
2595
2596GhbValue*
2597ghb_get_title_dict(int title_id)
2598{
2599 return hb_title_to_dict(h_scan, title_id);
2600}
2601
2602int
2603ghb_lookup_queue_title_index(int title_id)

Callers 1

ghb_update_summary_infoFunction · 0.85

Calls 1

hb_title_to_dictFunction · 0.85

Tested by

no test coverage detected