diff options
Diffstat (limited to 'test/audio_decoder_test.cc')
| -rw-r--r-- | test/audio_decoder_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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<TestAudioContent> content) - : AudioDecoder (content) + : AudioDecoder (content, false) , _test_audio_content (content) , _position (0) {} |
