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

Function hb_value_int

libhb/hb_dict.c:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67hb_value_t * hb_value_int(json_int_t value)
68{
69 return json_integer(value);
70}
71
72hb_value_t * hb_value_double(double value)
73{

Callers 15

pad_initFunction · 0.85
add_audio_for_langFunction · 0.85
hb_preset_apply_filtersFunction · 0.85
hb_preset_apply_videoFunction · 0.85
import_anamorphic_20_0_0Function · 0.85
import_pic_0_0_0Function · 0.85
import_video_0_0_0Function · 0.85
presets_packageFunction · 0.85
hb_state_to_dictFunction · 0.85

Calls

no outgoing calls

Tested by 6

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