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

Function ghb_settings_mixdown

gtk/src/hb-backend.c:2058–2063  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2056}
2057
2058const hb_mixdown_t*
2059ghb_settings_mixdown(const GhbValue *settings, const char *name)
2060{
2061 const char *mixdown_id = ghb_dict_get_string(settings, name);
2062 return ghb_lookup_mixdown(mixdown_id);
2063}
2064
2065static void
2066mix_opts_set(signal_user_data_t *ud, const gchar *name,

Callers 3

ghb_update_summary_infoFunction · 0.85
queue_update_summaryFunction · 0.85

Calls 2

ghb_dict_get_stringFunction · 0.85
ghb_lookup_mixdownFunction · 0.85

Tested by

no test coverage detected