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

Function framerate_mode_changed_cb

gtk/src/videohandler.c:383–391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

381}
382
383G_MODULE_EXPORT void
384framerate_mode_changed_cb (GtkWidget *widget, gpointer data)
385{
386 signal_user_data_t *ud = ghb_ud();
387 ghb_widget_to_setting(ud->settings, widget);
388 ghb_update_summary_info(ud);
389 ghb_clear_presets_selection(ud);
390 ghb_live_reset(ud);
391}
392
393G_MODULE_EXPORT void
394color_range_changed_cb (GtkWidget *widget, gpointer data)

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