summaryrefslogtreecommitdiffstats
path: root/etc/codecs.conf
diff options
context:
space:
mode:
authorcompn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-01-10 13:14:25 +0000
committercompn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-01-10 13:14:25 +0000
commita846b34f3e18b95401e97e1e4c788205d39bbee3 (patch)
treea279da50d4185da3661e9187b85d9ec10545607f /etc/codecs.conf
parentfddeb46f9a151e47e157f3191c01caaec2e632e8 (diff)
downloadmpv-a846b34f3e18b95401e97e1e4c788205d39bbee3.tar.bz2
mpv-a846b34f3e18b95401e97e1e4c788205d39bbee3.tar.xz
add vdowave acm codec for format 0xFFFC
works on http://videorenditions.com/media/babyfaceVDO.avi git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28289 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc/codecs.conf')
-rw-r--r--etc/codecs.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index 67f0c19fd0..d4c8db3231 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -3404,6 +3404,13 @@ audiocodec divx
driver acm
dll "divxa32.acm"
+audiocodec vdowaveacm
+ info "vdowave ACM"
+ status working
+ format 0xFFFC
+ driver acm
+ dll "vdowave.acm"
+
audiocodec msadpcmacm
info "MS ADPCM"
status working