aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-08-26 11:02:02 +0200
committerMax Kellermann <max@duempel.org>2014-08-26 11:02:02 +0200
commit316c72a4aea4319443e7ea43e06b027f2b7b1ced (patch)
treee3a77de7cc35a48a99bf1d3466f7cb7f7405c07a /test
parent9da88eec3e60e1e34d13d1a8cfe53f25fec4505a (diff)
downloadmpd-316c72a4aea4319443e7ea43e06b027f2b7b1ced.tar.gz
mpd-316c72a4aea4319443e7ea43e06b027f2b7b1ced.tar.xz
mpd-316c72a4aea4319443e7ea43e06b027f2b7b1ced.zip
DecoderAPI: add decoder_seek_where_ms()
Move to fixed-point integers instead of floating point.
Diffstat (limited to 'test')
-rw-r--r--test/FakeDecoderAPI.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/FakeDecoderAPI.cxx b/test/FakeDecoderAPI.cxx
index 552854ed6..afa90b4ca 100644
--- a/test/FakeDecoderAPI.cxx
+++ b/test/FakeDecoderAPI.cxx
@@ -61,6 +61,12 @@ decoder_seek_where(gcc_unused Decoder &decoder)
return 1.0;
}
+unsigned
+decoder_seek_where_ms(gcc_unused Decoder &decoder)
+{
+ return 1;
+}
+
void
decoder_seek_error(gcc_unused Decoder &decoder)
{