From d0194a6fb3b6e7f01ece66b8bb22be27638f87e4 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 22 Dec 2017 00:37:25 +0100 Subject: decoder/Control: caller must lock mutex for Seek() --- src/decoder/DecoderControl.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/decoder/DecoderControl.hxx') diff --git a/src/decoder/DecoderControl.hxx b/src/decoder/DecoderControl.hxx index a324a7999..10b9a750f 100644 --- a/src/decoder/DecoderControl.hxx +++ b/src/decoder/DecoderControl.hxx @@ -387,6 +387,8 @@ public: /** * Throws #std::runtime_error on error. + * + * Caller must lock the object. */ void Seek(SongTime t); -- cgit v1.2.3