summaryrefslogtreecommitdiff
path: root/test/audio_decoder_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/audio_decoder_test.cc')
-rw-r--r--test/audio_decoder_test.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/audio_decoder_test.cc b/test/audio_decoder_test.cc
index 57852dcb9..6e92c48de 100644
--- a/test/audio_decoder_test.cc
+++ b/test/audio_decoder_test.cc
@@ -72,7 +72,7 @@ public:
audio.reset (new AudioDecoder (this, content->audio, log));
}
- bool pass (PassReason, bool)
+ bool pass ()
{
Frame const N = min (
Frame (2000),
@@ -94,7 +94,6 @@ public:
void seek (ContentTime t, bool accurate)
{
- audio->seek (t, accurate);
_position = t.frames_round (_test_audio_content->audio->resampled_frame_rate ());
}