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

Function audio_def_encoder_changed_cb

gtk/src/audiohandler.c:2414–2421  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2412}
2413
2414G_MODULE_EXPORT void
2415audio_def_encoder_changed_cb (GtkWidget *widget, gpointer data)
2416{
2417 signal_user_data_t *ud = ghb_ud();
2418 audio_def_setting_update(ud, widget);
2419 audio_def_set_limits(ud, widget, TRUE);
2420 ghb_clear_presets_selection(ud);
2421}
2422
2423G_MODULE_EXPORT void
2424audio_def_encode_setting_changed_cb(GtkWidget *widget, gpointer data)

Callers

nothing calls this directly

Calls 4

ghb_udFunction · 0.85
audio_def_setting_updateFunction · 0.85
audio_def_set_limitsFunction · 0.85

Tested by

no test coverage detected