summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authormelanson <melanson@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-29 04:20:29 +0000
committermelanson <melanson@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-29 04:20:29 +0000
commit52668414f9adef6cac8301a85bca172a77f78228 (patch)
treef5d33426a9d6950c8fe6af4487a66a3a4a10b0b7 /etc
parentfa669fa2ee90acaf38fc2febef9ffeb19c4f48f0 (diff)
downloadmpv-52668414f9adef6cac8301a85bca172a77f78228.tar.bz2
mpv-52668414f9adef6cac8301a85bca172a77f78228.tar.xz
fixed stereo MS ADPCM decoder and reinstated opensource decoder as the
default handler for MS ADPCM data git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3876 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r--etc/codecs.conf10
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index 289fb119c7..03b6773ad2 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -324,11 +324,11 @@ audiocodec imaadpcm
format 0x34616d69 ; "ima4" (MOV files)
driver imaadpcm
-;audiocodec msadpcm
-; info "MS ADPCM"
-; status buggy
-; format 0x2
-; driver msadpcm
+audiocodec msadpcm
+ info "MS ADPCM"
+ status working
+ format 0x2
+ driver msadpcm
audiocodec fox62adpcm
info "Format 0x62 ADPCM"