| 1968 | } |
| 1969 | |
| 1970 | void |
| 1971 | ghb_audio_encoder_opts_set(GtkComboBox *combo) |
| 1972 | { |
| 1973 | ghb_audio_encoder_opts_set_with_mask(combo, ~0, HB_ACODEC_NONE); |
| 1974 | ghb_audio_encoder_opts_add_autopass(combo); |
| 1975 | } |
| 1976 | |
| 1977 | static void |
| 1978 | audio_encoder_opts_set(signal_user_data_t *ud, const gchar *name, |
no test coverage detected