Logging improvements to allow prettier displays in the server GUI.
[dcpomatic.git] / src / lib / audio_decoder_stream.h
index 24f86c2e398a9337610eaebe1c96d97b2b563b18..3503a46d107d76468474e7202e04b9dd382506ed 100644 (file)
@@ -22,6 +22,7 @@
 
 #include "audio_stream.h"
 #include "content_audio.h"
+#include "dcpomatic_time.h"
 #include <boost/shared_ptr.hpp>
 
 class AudioContent;
@@ -32,12 +33,12 @@ class AudioDecoderStream
 {
 public:
        AudioDecoderStream (boost::shared_ptr<const AudioContent>, AudioStreamPtr, AudioDecoder* decoder);
-       
+
        ContentAudio get (Frame time, Frame length, bool accurate);
        void audio (boost::shared_ptr<const AudioBuffers>, ContentTime);
        void flush ();
        void seek (ContentTime time, bool accurate);
-       
+
 private:
 
        void reset_decoded ();