Fix assertion failure when processors return fewer channels than the DCP has.
[dcpomatic.git] / test / audio_decoder_test.cc
index 00d555d86298ff600946b9002189d061bd3514ad..e63e1a5b0a2246b94dd94fe4bc354f7212ac81d0 100644 (file)
@@ -59,7 +59,7 @@ class TestAudioDecoder : public AudioDecoder
 {
 public:
        TestAudioDecoder (shared_ptr<TestAudioContent> content)
-               : AudioDecoder (content)
+               : AudioDecoder (content, false)
                , _test_audio_content (content)
                , _position (0)
        {}