X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Faudio_decoder_test.cc;h=e63e1a5b0a2246b94dd94fe4bc354f7212ac81d0;hb=f26af8112b03b5233eb5239defd11a7428b705ad;hp=00d555d86298ff600946b9002189d061bd3514ad;hpb=272ce54d159a53be22f592922913901cfc673097;p=dcpomatic.git diff --git a/test/audio_decoder_test.cc b/test/audio_decoder_test.cc index 00d555d86..e63e1a5b0 100644 --- a/test/audio_decoder_test.cc +++ b/test/audio_decoder_test.cc @@ -59,7 +59,7 @@ class TestAudioDecoder : public AudioDecoder { public: TestAudioDecoder (shared_ptr content) - : AudioDecoder (content) + : AudioDecoder (content, false) , _test_audio_content (content) , _position (0) {}