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

Function hb_presets_get_default_json

libhb/preset.c:4447–4452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4445}
4446
4447char * hb_presets_get_default_json(void)
4448{
4449 // Look for default preset
4450 hb_value_t *def = hb_presets_get_default();
4451 return hb_value_get_json(def);
4452}
4453
4454void hb_presets_clear_default()
4455{

Callers

nothing calls this directly

Calls 2

hb_presets_get_defaultFunction · 0.85
hb_value_get_jsonFunction · 0.85

Tested by

no test coverage detected