summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-08 14:17:41 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-08 14:17:41 +0000
commit4f7e20115fef19791ef8a066f6cbf700c338d749 (patch)
tree5db421f06180db7895762a68a8243f9b9cbd5cad /etc
parenta9d586228e1938fc541a92dd2192d9b9c0ec412f (diff)
downloadmpv-4f7e20115fef19791ef8a066f6cbf700c338d749.tar.bz2
mpv-4f7e20115fef19791ef8a066f6cbf700c338d749.tar.xz
split msgsm from msnaudio, because msnaudio doesn;'t support old (0x31)
msgsm files - noticed & sample by Haas Wernfried <amnenion@xover.htu.tuwien.ac.at> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6340 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r--etc/codecs.conf9
1 files changed, 8 insertions, 1 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index 4dd1638742..7088ceacbc 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -1147,10 +1147,17 @@ audiocodec msgsmacm
info "MS GSM"
status working
format 0x31
+; format 0x32
+ driver acm
+ dll "msgsm32.acm"
+
+audiocodec msnaudio
+ info "MSN AUDIO"
+ status working
+; format 0x31
format 0x32
driver acm
dll "msnaudio.acm"
-; dll "msgsm32.acm"
audiocodec msgsm
info "MS GSM"