diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-06-22 01:47:28 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-06-22 01:47:28 +0100 |
| commit | 76f83b97c401c24b3c93baee0665e84be05f43ea (patch) | |
| tree | 75e7f3e87f3721c8ac4c55ac6bc9559556954987 /test/audio_decoder_test.cc | |
| parent | 5e9e59e044fe3b51352d5dccad7f11882c6a571c (diff) | |
Set AudioDecoder::fast a different way.
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 945773d12..b71fd22c8 100644 --- a/test/audio_decoder_test.cc +++ b/test/audio_decoder_test.cc @@ -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) |
