| 1961 | } |
| 1962 | |
| 1963 | const hb_encoder_t* |
| 1964 | ghb_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 | |
| 1970 | void |
| 1971 | ghb_audio_encoder_opts_set(GtkComboBox *combo) |
no test coverage detected