Fix Empty/Player behaviour when using a playlist that is not the same as the Film's.
[dcpomatic.git] / src / wx / audio_dialog.h
index e866aca3f83a8823d0a52e76edd8e1a07440782d..3a02fd87fdb2c0a8da0fa1d596bc6140c9475cf6 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;