| 2056 | } |
| 2057 | |
| 2058 | const hb_mixdown_t* |
| 2059 | ghb_settings_mixdown(const GhbValue *settings, const char *name) |
| 2060 | { |
| 2061 | const char *mixdown_id = ghb_dict_get_string(settings, name); |
| 2062 | return ghb_lookup_mixdown(mixdown_id); |
| 2063 | } |
| 2064 | |
| 2065 | static void |
| 2066 | mix_opts_set(signal_user_data_t *ud, const gchar *name, |
no test coverage detected