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

Function ghb_scan_handle

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

Source from the content-addressed store, hash-verified

1301static hb_handle_t * h_live = NULL;
1302
1303hb_handle_t* ghb_scan_handle(void)
1304{
1305 return h_scan;
1306}
1307
1308hb_handle_t* ghb_queue_handle(void)
1309{

Callers 3

set_pref_subtitleFunction · 0.85
ghb_set_title_settingsFunction · 0.85
set_pref_audio_settingsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected