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

Function hb_log_level_set

libhb/hb.c:196–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196void hb_log_level_set(hb_handle_t *h, int level)
197{
198 global_verbosity_level = level;
199}
200
201/**
202 * libhb initialization routine.

Callers 3

hb_initFunction · 0.85
mainFunction · 0.85
ghb_log_level_setFunction · 0.85

Calls

no outgoing calls

Tested by 1

mainFunction · 0.68