Support shadow in subtitles (#911).
[dcpomatic.git] / test / audio_decoder_test.cc
index 945773d1203fc24cda5b45432da94df5073a7d88..b71fd22c8705de9ab3c0e35ea4738b4b5af15ec1 100644 (file)
@@ -66,7 +66,7 @@ public:
                : _test_audio_content (content)
                , _position (0)
        {
-               audio.reset (new AudioDecoder (this, content->audio, false, log));
+               audio.reset (new AudioDecoder (this, content->audio, log));
        }
 
        bool pass (PassReason, bool)