mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-04 09:18:38 +00:00
SCI32: Rewrap comments to 80 columns in SOL decoder
This commit is contained in:
parent
15f6e6b97e
commit
d53e778739
@ -157,11 +157,10 @@ SOLStream<STEREO, S16BIT, OLDDPCM8>::SOLStream(Common::SeekableReadStream *strea
|
||||
template <bool STEREO, bool S16BIT, bool OLDDPCM8>
|
||||
bool SOLStream<STEREO, S16BIT, OLDDPCM8>::seek(const Audio::Timestamp &where) {
|
||||
if (where != 0) {
|
||||
// In order to seek in compressed SOL files, all
|
||||
// previous bytes must be known since it uses
|
||||
// differential compression. Therefore, only seeking
|
||||
// to the beginning is supported now (SSCI does not
|
||||
// offer seeking anyway)
|
||||
// In order to seek in compressed SOL files, all previous bytes must be
|
||||
// known since it uses differential compression. Therefore, only seeking
|
||||
// to the beginning is supported now (SSCI does not offer seeking
|
||||
// anyway)
|
||||
return false;
|
||||
}
|
||||
|
||||
|
@ -47,8 +47,7 @@ private:
|
||||
uint16 _sampleRate;
|
||||
|
||||
/**
|
||||
* The raw (possibly-compressed) size of audio data in
|
||||
* the stream.
|
||||
* The raw (possibly-compressed) size of audio data in the stream.
|
||||
*/
|
||||
int32 _rawDataSize;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user