[Scummvm-cvs-logs] scummvm master -> d23150ff786dcaafd7025804201530b421b41247
fuzzie
fuzzie at fuzzie.org
Thu Apr 14 23:49:45 CEST 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:
d23150ff78 AUDIO: Name the ADPCM status struct.
Commit: d23150ff786dcaafd7025804201530b421b41247
https://github.com/scummvm/scummvm/commit/d23150ff786dcaafd7025804201530b421b41247
Author: Alyssa Milburn (fuzzie at fuzzie.org)
Date: 2011-04-14T14:47:50-07:00
Commit Message:
AUDIO: Name the ADPCM status struct.
Changed paths:
audio/decoders/adpcm_intern.h
diff --git a/audio/decoders/adpcm_intern.h b/audio/decoders/adpcm_intern.h
index b242d71..ea20b40 100644
--- a/audio/decoders/adpcm_intern.h
+++ b/audio/decoders/adpcm_intern.h
@@ -52,7 +52,7 @@ protected:
uint32 _blockPos[2];
const int _rate;
- struct {
+ struct ADPCMStatus {
// OKI/IMA
struct {
int32 last;
More information about the Scummvm-git-logs
mailing list