diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-11-21 16:57:15 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-04-19 23:04:32 +0100 |
| commit | de2af791bdfdcd653752cba970e59efc7bf810c7 (patch) | |
| tree | 1aa5dbc35daee0babd0def347944a6bea4154deb /test/audio_decoder_test.cc | |
| parent | 06152300e69e8faca44ff8d7f12a6fd354848b9a (diff) | |
Basic grunt-work, untested and unfinished, but it compiles.
Diffstat (limited to 'test/audio_decoder_test.cc')
| -rw-r--r-- | test/audio_decoder_test.cc | 3 |
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 ()); } |
