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

Function ghb_settings_audio_encoder_codec

gtk/src/hb-backend.c:1956–1961  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1954}
1955
1956int
1957ghb_settings_audio_encoder_codec(const GhbValue *settings, const char *name)
1958{
1959 const char *encoder_id = ghb_dict_get_string(settings, name);
1960 return ghb_lookup_audio_encoder_codec(encoder_id);
1961}
1962
1963const hb_encoder_t*
1964ghb_settings_audio_encoder(const GhbValue *settings, const char *name)

Callers 14

ghb_grey_combo_optionsFunction · 0.85
ghb_validate_audioFunction · 0.85
get_ui_qualityFunction · 0.85
audio_depsFunction · 0.85
ghb_select_fallbackFunction · 0.85
audio_codec_changed_cbFunction · 0.85

Calls 2

ghb_dict_get_stringFunction · 0.85

Tested by

no test coverage detected