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

Function hb_value_bool

libhb/hb_dict.c:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77hb_value_t * hb_value_bool(int value)
78{
79 return json_boolean(value);
80}
81
82hb_value_t * hb_value_json(const char *json)
83{

Callers 15

do_clear_defaultFunction · 0.85
add_audio_for_langFunction · 0.85
hb_preset_apply_titleFunction · 0.85
hb_version_dictFunction · 0.85
hb_job_to_dictFunction · 0.85
check_filter_statusFunction · 0.85
hb_x264_param_unparseFunction · 0.85

Calls

no outgoing calls

Tested by 5

PreparePresetFunction · 0.68
add_subFunction · 0.68
add_srtFunction · 0.68
add_ssaFunction · 0.68
PrepareJobFunction · 0.68