diff options
author | John Stebbins <[email protected]> | 2016-08-25 10:43:53 -0700 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2016-09-02 03:33:06 -0400 |
commit | 59803dafcc75c4a2364faf172d93ffef3985e300 (patch) | |
tree | d46e1248d2e0e4e60dbfed8f4ec409f4fa746c05 /gtk/src/hb-backend.h | |
parent | fb78eca4a49077c171ad78177c1615c205adc642 (diff) |
LinGui: disable invalid audio samplerates
opus only supports a limited set of samplerates. disable those that do
not apply.
Diffstat (limited to 'gtk/src/hb-backend.h')
-rw-r--r-- | gtk/src/hb-backend.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/src/hb-backend.h b/gtk/src/hb-backend.h index 4c321e823..050b6e118 100644 --- a/gtk/src/hb-backend.h +++ b/gtk/src/hb-backend.h @@ -172,6 +172,7 @@ void ghb_audio_bitrate_opts_filter(GtkComboBox *combo, gint first_rate, gint las void ghb_mix_opts_set(GtkComboBox *combo); void ghb_mix_opts_filter(GtkComboBox *combo, gint acodec); void ghb_audio_samplerate_opts_set(GtkComboBox *combo); +void ghb_audio_samplerate_opts_filter(GtkComboBox *combo, gint acodec); int ghb_lookup_lang(const GhbValue *glang); const iso639_lang_t* ghb_iso639_lookup_by_int(int idx); |