Basic grunt-work, untested and unfinished, but it compiles.
[dcpomatic.git] / test / audio_decoder_test.cc
index 57852dcb981b57070a4dc3a0f372a68c76899956..6e92c48dedaabb7f63744fcfe4bd506199b044f3 100644 (file)
@@ -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 ());
        }