From de2af791bdfdcd653752cba970e59efc7bf810c7 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 21 Nov 2016 16:57:15 +0000 Subject: Basic grunt-work, untested and unfinished, but it compiles. --- test/audio_decoder_test.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/audio_decoder_test.cc') 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 ()); } -- cgit v1.2.3