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

Function get_ui_quality

gtk/src/audiohandler.c:102–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102static gdouble get_ui_quality(GhbValue *settings)
103{
104 int codec = ghb_settings_audio_encoder_codec(settings, "Encoder");
105 gdouble quality = ghb_dict_get_double(settings, "Quality");
106 if (quality == HB_INVALID_AUDIO_QUALITY)
107 {
108 return quality;
109 }
110 return get_quality(codec, quality);
111}
112
113static void
114ghb_adjust_audio_rate_combos(signal_user_data_t *ud, GhbValue *asettings)

Callers 2

sanitize_audio_tracksFunction · 0.85

Calls 3

ghb_dict_get_doubleFunction · 0.85
get_qualityFunction · 0.85

Tested by

no test coverage detected