X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Faudio_panel.h;h=b0218575a7f0f12ca6c5a6b59f3107626e79dbe7;hb=b6c780d3107557d452c6612d715d01e2be52dbda;hp=d5821d26abd3446844bff8e8aae1b3022901f187;hpb=7b2054e2a73844450b5b55c5788c02af671812ce;p=dcpomatic.git diff --git a/src/wx/audio_panel.h b/src/wx/audio_panel.h index d5821d26a..b0218575a 100644 --- a/src/wx/audio_panel.h +++ b/src/wx/audio_panel.h @@ -44,6 +44,7 @@ private: void mapping_changed (AudioMapping); void processor_changed (); void setup_processors (); + void setup_description (); ContentSpinCtrlDouble* _gain; wxButton* _gain_calculate_button; @@ -51,6 +52,8 @@ private: ContentSpinCtrl* _delay; wxChoice* _stream; wxChoice* _processor; + wxStaticText* _stream_description; AudioMappingView* _mapping; + wxStaticText* _description; AudioDialog* _audio_dialog; };