[Scummvm-cvs-logs] scummvm master -> b89e63798a6930125ae4c984ae8bf50d5e4370f2

lordhoto lordhoto at gmail.com
Sat Dec 31 06:30:34 CET 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
b89e63798a AUDIO: Remove outdated comment about RawStream. Thanks to clone2727 for noticing.


Commit: b89e63798a6930125ae4c984ae8bf50d5e4370f2
    https://github.com/scummvm/scummvm/commit/b89e63798a6930125ae4c984ae8bf50d5e4370f2
Author: Johannes Schickel (lordhoto at scummvm.org)
Date: 2011-12-30T21:29:56-08:00

Commit Message:
AUDIO: Remove outdated comment about RawStream. Thanks to clone2727 for noticing.

Changed paths:
    audio/decoders/raw.cpp



diff --git a/audio/decoders/raw.cpp b/audio/decoders/raw.cpp
index 456d09c..d24e079 100644
--- a/audio/decoders/raw.cpp
+++ b/audio/decoders/raw.cpp
@@ -45,7 +45,6 @@ namespace Audio {
 
 /**
  * This is a stream, which allows for playing raw PCM data from a stream.
- * It also features playback of multiple blocks from a given stream.
  */
 template<bool is16Bit, bool isUnsigned, bool isLE>
 class RawStream : public SeekableAudioStream {






More information about the Scummvm-git-logs mailing list