summaryrefslogtreecommitdiff
path: root/src/wx/dcp_panel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-01-04 23:33:28 +0000
committerCarl Hetherington <cth@carlh.net>2022-04-29 00:07:13 +0200
commit08b44e380c8be3a8cb2dacbd94049f09942dabc1 (patch)
tree9b460bcea45857f5eea1bba2360680e814ad64f3 /src/wx/dcp_panel.h
parente06941199da90359f41ce80c276752bc0f172d7e (diff)
Allow 96kHz audio as an advanced option (#1789).
Diffstat (limited to 'src/wx/dcp_panel.h')
-rw-r--r--src/wx/dcp_panel.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/wx/dcp_panel.h b/src/wx/dcp_panel.h
index 9da7a6929..2e7555487 100644
--- a/src/wx/dcp_panel.h
+++ b/src/wx/dcp_panel.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2012-2021 Carl Hetherington <cth@carlh.net>
+ Copyright (C) 2012-2022 Carl Hetherington <cth@carlh.net>
This file is part of DCP-o-matic.
@@ -88,6 +88,7 @@ private:
void reencode_j2k_changed ();
void enable_audio_language_toggled ();
void edit_audio_language_clicked ();
+ void audio_sample_rate_changed ();
void setup_frame_rate_widget ();
void setup_container ();
@@ -136,6 +137,8 @@ private:
wxSizer* _frame_rate_sizer;
wxStaticText* _channels_label;
wxChoice* _audio_channels;
+ wxStaticText* _audio_sample_rate_label;
+ wxChoice* _audio_sample_rate;
wxStaticText* _processor_label;
wxChoice* _audio_processor;
wxButton* _show_audio;