Add simple note about resampling to the audio panel.
[dcpomatic.git] / src / wx / audio_panel.h
index 2ba5a9ffc051de25e29200d4b28f952cdaff9db8..fa18415bdb345fccc09e78a785077e2fa2ffe382 100644 (file)
@@ -42,6 +42,7 @@ private:
        void show_clicked ();
        void stream_changed ();
        void mapping_changed (AudioMapping);
+       void setup_description ();
        void setup_stream_description ();
 
        ContentSpinCtrlDouble<AudioContent>* _gain;
@@ -49,7 +50,8 @@ private:
        wxButton* _show;
        ContentSpinCtrl<AudioContent>* _delay;
        wxChoice* _stream;
-       wxStaticText* _description;
+       wxStaticText* _stream_description;
        AudioMappingView* _mapping;
+       wxStaticText* _description;
        AudioDialog* _audio_dialog;
 };