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

Function do_clear_default

libhb/preset.c:193–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193static int do_clear_default(hb_value_t *preset, preset_do_context_t *ctx)
194{
195 hb_dict_set(preset, "Default", hb_value_bool(0));
196 return PRESET_DO_NEXT;
197}
198
199static int do_find_default(hb_value_t *preset, preset_do_context_t *ctx)
200{

Callers

nothing calls this directly

Calls 2

hb_dict_setFunction · 0.85
hb_value_boolFunction · 0.85

Tested by

no test coverage detected