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

Function vbitrate_changed_cb

gtk/src/callbacks.c:3282–3292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3280}
3281
3282G_MODULE_EXPORT void
3283vbitrate_changed_cb (GtkWidget *widget, gpointer data)
3284{
3285 signal_user_data_t *ud = ghb_ud();
3286
3287 ghb_widget_to_setting(ud->settings, widget);
3288 ghb_clear_presets_selection(ud);
3289 ghb_live_reset(ud);
3290 if (ghb_check_name_template(ud, "{bitrate}"))
3291 ghb_set_destination(ud);
3292}
3293
3294G_MODULE_EXPORT void
3295vquality_changed_cb (GtkWidget *widget, gpointer data)

Callers

nothing calls this directly

Calls 6

ghb_udFunction · 0.85
ghb_widget_to_settingFunction · 0.85
ghb_live_resetFunction · 0.85
ghb_check_name_templateFunction · 0.85
ghb_set_destinationFunction · 0.85

Tested by

no test coverage detected