summaryrefslogtreecommitdiffstats
path: root/codec-cfg.h
diff options
context:
space:
mode:
authormelanson <melanson@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-01 20:04:54 +0000
committermelanson <melanson@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-01 20:04:54 +0000
commit9505de02504cf9d3ce28425f615533eafd4d4fc1 (patch)
treecd0ca0bf93e2f6cbcdb48ff41fa7b80b6c5d5d13 /codec-cfg.h
parent33089e2179a8ea2b1547608af64ba4994adf70c6 (diff)
downloadmpv-9505de02504cf9d3ce28425f615533eafd4d4fc1.tar.bz2
mpv-9505de02504cf9d3ce28425f615533eafd4d4fc1.tar.xz
added initial support for format 0x61 ADPCM (sounds good, but still pops)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3934 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'codec-cfg.h')
-rw-r--r--codec-cfg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/codec-cfg.h b/codec-cfg.h
index f09a205826..b28f748c38 100644
--- a/codec-cfg.h
+++ b/codec-cfg.h
@@ -34,7 +34,8 @@
#define AFM_A52 14
#define AFM_G72X 15
#define AFM_IMAADPCM 16
-#define AFM_FOX62ADPCM 17
+#define AFM_FOX61ADPCM 17
+#define AFM_FOX62ADPCM 18
#define VFM_MPEG 1
#define VFM_VFW 2