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

Function hb_presets_get_default

libhb/preset.c:4437–4445  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4435}
4436
4437hb_dict_t * hb_presets_get_default(void)
4438{
4439 hb_dict_t * preset;
4440 hb_preset_index_t * path = hb_presets_get_default_index();
4441
4442 preset = hb_preset_get(path);
4443 free(path);
4444 return preset;
4445}
4446
4447char * hb_presets_get_default_json(void)
4448{

Callers 2

PreparePresetFunction · 0.85

Calls 2

hb_preset_getFunction · 0.85

Tested by 1

PreparePresetFunction · 0.68