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

Function ghb_settings_audio_encoder

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

Source from the content-addressed store, hash-verified

1961}
1962
1963const hb_encoder_t*
1964ghb_settings_audio_encoder(const GhbValue *settings, const char *name)
1965{
1966 const char *encoder_id = ghb_dict_get_string(settings, name);
1967 return ghb_lookup_audio_encoder(encoder_id);
1968}
1969
1970void
1971ghb_audio_encoder_opts_set(GtkComboBox *combo)

Callers 3

ghb_update_summary_infoFunction · 0.85
queue_update_summaryFunction · 0.85

Calls 2

ghb_dict_get_stringFunction · 0.85
ghb_lookup_audio_encoderFunction · 0.85

Tested by

no test coverage detected