diff options
Diffstat (limited to 'audio/decoders')
-rw-r--r-- | audio/decoders/adpcm_intern.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/decoders/adpcm_intern.h b/audio/decoders/adpcm_intern.h index 4b7b3481f4..889b0a8118 100644 --- a/audio/decoders/adpcm_intern.h +++ b/audio/decoders/adpcm_intern.h @@ -68,7 +68,7 @@ public: virtual bool rewind(); virtual bool seek(const Timestamp &where) { return false; } - virtual Timestamp getLength() const { return -1; } + virtual Timestamp getLength() const { return Timestamp(); } /** * This table is used by some ADPCM variants (IMA and OKI) to adjust the |