Add new .icns
[dcpomatic.git] / test / audio_decoder_test.cc
index 00d555d86298ff600946b9002189d061bd3514ad..44d0d60f416e664fa76faf9495b9e8601b4c4f1c 100644 (file)
@@ -26,6 +26,7 @@
 #include "test.h"
 #include "lib/audio_decoder.h"
 #include "lib/single_stream_audio_content.h"
+#include <iostream>
 
 using std::string;
 using std::cout;
@@ -59,7 +60,7 @@ class TestAudioDecoder : public AudioDecoder
 {
 public:
        TestAudioDecoder (shared_ptr<TestAudioContent> content)
-               : AudioDecoder (content)
+               : AudioDecoder (content, false)
                , _test_audio_content (content)
                , _position (0)
        {}