mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-22 04:01:23 +00:00
AUDIO: Fix MSVC warnings
Fixes warning C4245: signed/unsigned mismatch (seems in line with other decoders)
This commit is contained in:
parent
369ba0c4b7
commit
8d17b6c48a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user