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

Function ghb_set_current_title_settings

gtk/src/callbacks.c:2826–2831  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2824}
2825
2826void
2827ghb_set_current_title_settings(signal_user_data_t *ud)
2828{
2829 ghb_set_title_settings(ud, ud->settings);
2830 ghb_update_summary_info(ud);
2831}
2832
2833static void
2834load_all_titles(signal_user_data_t *ud, int titleindex)

Callers 1

Calls 2

ghb_set_title_settingsFunction · 0.85
ghb_update_summary_infoFunction · 0.85

Tested by

no test coverage detected