diff options
author | Max Kellermann <max@duempel.org> | 2014-08-27 18:38:41 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-08-27 18:48:43 +0200 |
commit | ba6ba7d4be6f43c5b6ba65a106fbf2ed40a53b45 (patch) | |
tree | b5da178e2de8694c6354794631d3bc3906368442 /src/decoder/DecoderInternal.hxx | |
parent | 58e6f660f3ff0abc77eb879814188809e9bf1995 (diff) | |
download | mpd-ba6ba7d4be6f43c5b6ba65a106fbf2ed40a53b45.tar.gz mpd-ba6ba7d4be6f43c5b6ba65a106fbf2ed40a53b45.tar.xz mpd-ba6ba7d4be6f43c5b6ba65a106fbf2ed40a53b45.zip |
DecoderControl: use std::chrono::duration for Seek()
Diffstat (limited to 'src/decoder/DecoderInternal.hxx')
-rw-r--r-- | src/decoder/DecoderInternal.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/DecoderInternal.hxx b/src/decoder/DecoderInternal.hxx index e6c30d071..24b665e85 100644 --- a/src/decoder/DecoderInternal.hxx +++ b/src/decoder/DecoderInternal.hxx @@ -57,7 +57,7 @@ struct Decoder { bool initial_seek_running; /** - * This flag is set by decoder_seek_where(), and checked by + * This flag is set by decoder_seek_time(), and checked by * decoder_command_finished(). It is used to clean up after * seeking. */ |