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

Function color_range_changed_cb

gtk/src/videohandler.c:393–401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391}
392
393G_MODULE_EXPORT void
394color_range_changed_cb (GtkWidget *widget, gpointer data)
395{
396 signal_user_data_t *ud = ghb_ud();
397 ghb_widget_to_setting(ud->settings, widget);
398 ghb_update_summary_info(ud);
399 ghb_clear_presets_selection(ud);
400 ghb_live_reset(ud);
401}

Callers

nothing calls this directly

Calls 5

ghb_udFunction · 0.85
ghb_widget_to_settingFunction · 0.85
ghb_update_summary_infoFunction · 0.85
ghb_live_resetFunction · 0.85

Tested by

no test coverage detected