summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorrtogni <rtogni@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-20 16:06:41 +0000
committerrtogni <rtogni@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-20 16:06:41 +0000
commit8f569304588990eeed1791d1501011f49af4fd79 (patch)
treed1047a0e984e1a2b8b756b6ef8553ef5fb309014 /etc
parent6a11c2c303355d3e32157bdaf875b3518c33f348 (diff)
downloadmpv-8f569304588990eeed1791d1501011f49af4fd79.tar.bz2
mpv-8f569304588990eeed1791d1501011f49af4fd79.tar.xz
Add support for msn siren audio coced via binary dll sirenacm.dll
Based on a patch by Ruuds "roadrunnerswife" "users sourceforge net" Closes bugzilla #963 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26473 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r--etc/codecs.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index 8d53e654f9..7d78465e9b 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -3319,3 +3319,10 @@ audiocodec hwmpa
fourcc "MP3 " ; used in .nsv files
fourcc "LAME" ; used in mythtv .nuv files
driver hwmpa
+
+audiocodec msnsiren
+ info "msn siren audio codec"
+ status working
+ format 0x28E
+ driver acm
+ dll "sirenacm.dll"