aboutsummaryrefslogtreecommitdiff
path: root/audio/decoders/adpcm.h
diff options
context:
space:
mode:
authorMatthew Hoops2011-04-24 23:14:14 -0400
committerMatthew Hoops2011-04-24 23:14:14 -0400
commit9d8874c7072709c3739efdad317454cdccf82683 (patch)
treee961543a8e1988e2145d3d062717e02287cc7ae0 /audio/decoders/adpcm.h
parentde5ec741ffbc491ec33100f7b60d1e4928e8f302 (diff)
downloadscummvm-rg350-9d8874c7072709c3739efdad317454cdccf82683.tar.gz
scummvm-rg350-9d8874c7072709c3739efdad317454cdccf82683.tar.bz2
scummvm-rg350-9d8874c7072709c3739efdad317454cdccf82683.zip
AUDIO: Cleanup MS IMA handling
- Split The Last Express' ADPCM to the engine. Using the MS IMA routine was really a hack. - Fixed stereo MS IMA ADPCM, the old routine was completely wrong.
Diffstat (limited to 'audio/decoders/adpcm.h')
-rw-r--r--audio/decoders/adpcm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/decoders/adpcm.h b/audio/decoders/adpcm.h
index 7202d6bc9c..f6b424c463 100644
--- a/audio/decoders/adpcm.h
+++ b/audio/decoders/adpcm.h
@@ -56,7 +56,6 @@ class RewindableAudioStream;
enum typesADPCM {
kADPCMOki, // Dialogic/Oki ADPCM (aka VOX)
kADPCMMSIma, // Microsoft IMA ADPCM
- kADPCMMSImaLastExpress, // Microsoft IMA ADPCM (with inverted samples)
kADPCMMS, // Microsoft ADPCM
kADPCMDVI, // Intel DVI IMA ADPCM
kADPCMApple, // Apple QuickTime IMA ADPCM