diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-16 19:40:43 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-16 19:40:43 +0100 |
| commit | 20eea989f452ea1a6af0af6b5c5b504d3b19480c (patch) | |
| tree | 51c922df42151747efc5f4db90bf79b53d6b4bac /src/wx/dcp_panel.h | |
| parent | d71b3fffa09263a2116b3f91981c1999b4ae873c (diff) | |
Modify previous commit to move restriction code into the UI.
Diffstat (limited to 'src/wx/dcp_panel.h')
| -rw-r--r-- | src/wx/dcp_panel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/dcp_panel.h b/src/wx/dcp_panel.h index ab4e7f1d3..ac6792ddd 100644 --- a/src/wx/dcp_panel.h +++ b/src/wx/dcp_panel.h @@ -78,6 +78,8 @@ private: void setup_dcp_name (); void setup_audio_channels_choice (); + int minimum_allowed_audio_channels () const; + wxPanel* make_general_panel (); wxPanel* make_video_panel (); wxPanel* make_audio_panel (); |
