Move Film::make_kdms to the call sites.
[dcpomatic.git] / src / wx / audio_dialog.h
index e866aca3f83a8823d0a52e76edd8e1a07440782d..34c174cf46cdf711f5469a9889377dcad47c3986 100644 (file)
@@ -49,6 +49,7 @@ private:
 
        boost::shared_ptr<AudioAnalysis> _analysis;
        boost::weak_ptr<Film> _film;
+       /** content to analyse, or 0 to analyse all the film's content */
        boost::weak_ptr<Content> _content;
        int _channels;
        boost::shared_ptr<const Playlist> _playlist;
@@ -58,6 +59,7 @@ private:
        wxStaticText* _true_peak;
        wxStaticText* _integrated_loudness;
        wxStaticText* _loudness_range;
+       wxStaticText* _leqm;
        wxCheckBox* _channel_checkbox[MAX_DCP_AUDIO_CHANNELS];
        wxCheckBox* _type_checkbox[AudioPoint::COUNT];
        wxSlider* _smoothing;