summaryrefslogtreecommitdiffstats
path: root/codec-cfg.h
diff options
context:
space:
mode:
authormelanson <melanson@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-27 05:09:43 +0000
committermelanson <melanson@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-27 05:09:43 +0000
commita527e0f5080d801e87faf29960ee3f5cfc223e96 (patch)
tree9e35f7ec8b89b59d8750108413afd5c4737474bc /codec-cfg.h
parent5194d8791e30f968e569b6b452f9b4374298a539 (diff)
downloadmpv-a527e0f5080d801e87faf29960ee3f5cfc223e96.tar.bz2
mpv-a527e0f5080d801e87faf29960ee3f5cfc223e96.tar.xz
implemented open source MS ADPCM decoder
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3788 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'codec-cfg.h')
-rw-r--r--codec-cfg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/codec-cfg.h b/codec-cfg.h
index c9ee62e2d7..faaf797fcf 100644
--- a/codec-cfg.h
+++ b/codec-cfg.h
@@ -30,10 +30,10 @@
#define AFM_VORBIS 10
#define AFM_FFMPEG 11
#define AFM_MAD 12
-#define AFM_IMA4 13
+#define AFM_MSADPCM 13
#define AFM_A52 14
#define AFM_G72X 15
-#define AFM_ADPCM 16
+#define AFM_IMAADPCM 16
#define VFM_MPEG 1
#define VFM_VFW 2