| 1954 | } |
| 1955 | |
| 1956 | int |
| 1957 | ghb_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 | |
| 1963 | const hb_encoder_t* |
| 1964 | ghb_settings_audio_encoder(const GhbValue *settings, const char *name) |
no test coverage detected