X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=test%2Faudio_decoder_test.cc;h=6e92c48dedaabb7f63744fcfe4bd506199b044f3;hp=57852dcb981b57070a4dc3a0f372a68c76899956;hb=de2af791bdfdcd653752cba970e59efc7bf810c7;hpb=06152300e69e8faca44ff8d7f12a6fd354848b9a 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 ()); }