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

Function hb_value_get_bool

libhb/hb_dict.c:409–416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

407}
408
409int hb_value_get_bool(const hb_value_t *value)
410{
411 int result;
412 hb_value_t *v = hb_value_xform(value, HB_VALUE_TYPE_BOOL);
413 result = json_is_true(v);
414 json_decref(v);
415 return result;
416}
417
418char*
419hb_value_get_string_xform(const hb_value_t *value)

Callers 15

do_find_defaultFunction · 0.85
presets_doFunction · 0.85
add_audio_for_langFunction · 0.85
hb_preset_job_add_audioFunction · 0.85
hb_preset_apply_filtersFunction · 0.85
hb_preset_apply_videoFunction · 0.85
hb_preset_apply_titleFunction · 0.85
dict_cleanFunction · 0.85
import_deint_10_0_0Function · 0.85
import_pic_0_0_0Function · 0.85

Calls 1

hb_value_xformFunction · 0.85

Tested by 2

ShowPresetsFunction · 0.68
PrepareJobFunction · 0.68