Several fixes to audio.
[dcpomatic.git] / src / lib / player.h
index 6e9c9d7ee32f243e46db45c5b6c48b0deab00342..ea07e1fc8bb0e0503168fd71c654688e9696f98c 100644 (file)
@@ -139,11 +139,11 @@ private:
 
        /** Last PlayerVideo that was emitted */
        boost::shared_ptr<PlayerVideo> _last_video;
-       /** Time of the last thing we emitted, or the last seek time */
-       boost::optional<DCPTime> _last_time;
+       /** Time of the last video we emitted, or the last seek time */
+       boost::optional<DCPTime> _last_video_time;
 
        AudioMerger _audio_merger;
-       DCPTime _last_audio_time;
+       boost::optional<DCPTime> _last_audio_time;
 
        class StreamState {
        public: