diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-10-14 12:51:28 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-10-14 12:51:28 +0100 |
| commit | 30917783d3e5c639b61935b616049d745213942f (patch) | |
| tree | eadc46e9616db74420d253ab670079328ff01fa7 /src/wx/audio_dialog.h | |
| parent | 2610abb85fc82056c51c540d7a3d8f691dfe3403 (diff) | |
Only show existing DCP channels in the audio dialog (#715).
Diffstat (limited to 'src/wx/audio_dialog.h')
| -rw-r--r-- | src/wx/audio_dialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/audio_dialog.h b/src/wx/audio_dialog.h index c99261150..588f71159 100644 --- a/src/wx/audio_dialog.h +++ b/src/wx/audio_dialog.h @@ -45,6 +45,7 @@ private: boost::shared_ptr<AudioAnalysis> _analysis; boost::weak_ptr<Film> _film; + int _channels; boost::shared_ptr<const Playlist> _playlist; AudioPlot* _plot; wxStaticText* _peak_time; |
