Hopefully much cleaner handling of PTS changes under resample.
[dcpomatic.git] / src / lib / audio_decoder.h
index d3f12ab846e2406ebe051536f3e18f3d0edfa486..2ad53da8bf42684e544e753bc6b0ca4708c72d19 100644 (file)
@@ -26,6 +26,7 @@
 
 #include "decoder.h"
 #include "content.h"
+#include "audio_content.h"
 
 class AudioBuffers;
 
@@ -35,7 +36,7 @@ class AudioBuffers;
 class AudioDecoder : public virtual Decoder
 {
 public:
-       AudioDecoder (boost::shared_ptr<const Film>, boost::shared_ptr<const AudioContent>);
+       AudioDecoder (boost::shared_ptr<const Film>);
 
        /** Emitted when some audio data is ready */
        boost::signals2::signal<void (boost::shared_ptr<const AudioBuffers>, AudioContent::Frame)> Audio;