aboutsummaryrefslogtreecommitdiff
path: root/audio/decoders/adpcm.h
diff options
context:
space:
mode:
authorMax Horn2011-04-13 12:24:34 +0200
committerMax Horn2011-04-13 12:48:57 +0200
commit7607e351cc7b58efb90e14839bc4cd4af7e6371e (patch)
tree544e50720c951d52cb04f1c7b26b658a7b3e416d /audio/decoders/adpcm.h
parentb9296a189e12c94e110ea15c490d9f46dcf4a802 (diff)
downloadscummvm-rg350-7607e351cc7b58efb90e14839bc4cd4af7e6371e.tar.gz
scummvm-rg350-7607e351cc7b58efb90e14839bc4cd4af7e6371e.tar.bz2
scummvm-rg350-7607e351cc7b58efb90e14839bc4cd4af7e6371e.zip
TINSEL: Move custom ADPCM decoders to tinsel engine
Diffstat (limited to 'audio/decoders/adpcm.h')
-rw-r--r--audio/decoders/adpcm.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/audio/decoders/adpcm.h b/audio/decoders/adpcm.h
index 38ec870a27..a41da3ae77 100644
--- a/audio/decoders/adpcm.h
+++ b/audio/decoders/adpcm.h
@@ -56,9 +56,6 @@ enum typesADPCM {
kADPCMMSIma, // Microsoft IMA ADPCM
kADPCMMSImaLastExpress, // Microsoft IMA ADPCM (with inverted samples)
kADPCMMS, // Microsoft ADPCM
- kADPCMTinsel4, // 4-bit ADPCM used by the Tinsel engine
- kADPCMTinsel6, // 6-bit ADPCM used by the Tinsel engine
- kADPCMTinsel8, // 8-bit ADPCM used by the Tinsel engine
kADPCMIma, // Standard IMA ADPCM
kADPCMApple, // Apple QuickTime IMA ADPCM
kADPCMDK3 // Duck DK3 IMA ADPCM