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

Function ghb_select_preset

gtk/src/presets.c:697–708  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

695}
696
697void
698ghb_select_preset(signal_user_data_t *ud, const char *name, int type)
699{
700 hb_preset_index_t *path;
701
702 path = hb_preset_search_index(name, 1, type);
703 if (path != NULL)
704 {
705 select_preset2(ud, path);
706 free(path);
707 }
708}
709
710void
711ghb_select_default_preset(signal_user_data_t *ud)

Callers 4

_ghb_idle_ui_initFunction · 0.85
preset_select_action_cbFunction · 0.85
preset_reload_action_cbFunction · 0.85
ghb_load_settingsFunction · 0.85

Calls 2

hb_preset_search_indexFunction · 0.85
select_preset2Function · 0.85

Tested by

no test coverage detected