summaryrefslogtreecommitdiffstats
path: root/codec-cfg.c
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.c
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.c')
-rw-r--r--codec-cfg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/codec-cfg.c b/codec-cfg.c
index 2f9e4cbd44..dc81656d3c 100644
--- a/codec-cfg.c
+++ b/codec-cfg.c
@@ -212,10 +212,10 @@ static short get_driver(char *s,int audioflag)
"libvorbis",
"ffmpeg",
"libmad",
- "ima4",
+ "msadpcm",
"liba52",
"g72x",
- "adpcm",
+ "imaadpcm",
NULL
};
static char *videodrv[] = {