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

Function ghb_backend_init

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

Source from the content-addressed store, hash-verified

3581}
3582
3583void
3584ghb_backend_init(gint debug)
3585{
3586 /* Init libhb */
3587 h_scan = hb_init( debug );
3588 h_queue = hb_init( debug );
3589 h_live = hb_init( debug );
3590}
3591
3592void
3593ghb_log_level_set(int level)

Callers 1

ghb_application_activateFunction · 0.85

Calls 1

hb_initFunction · 0.85

Tested by

no test coverage detected