diff options
author | compn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-02-23 13:40:45 +0000 |
---|---|---|
committer | compn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-02-23 13:40:45 +0000 |
commit | 0139c2394aac0934f9c3596aa79e57d37ac44c2c (patch) | |
tree | 0069720d2daaa8ef70ec23e27037ce11a0fb4ee3 /etc/codecs.conf | |
parent | 43423627d48e058076d943fc363089ece6c676c3 (diff) | |
download | mpv-0139c2394aac0934f9c3596aa79e57d37ac44c2c.tar.bz2 mpv-0139c2394aac0934f9c3596aa79e57d37ac44c2c.tar.xz |
add older lhacm codec for formats 0x70-0x73 to codecs.conf
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30721 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc/codecs.conf')
-rw-r--r-- | etc/codecs.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf index 08ca399a2b..40f6696552 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -4539,6 +4539,16 @@ audiocodec lhacm driver acm dll "lhacm.acm" +audiocodec lhacm2 + info "Voxware AC aka Lernout & Hauspie CELP and CBS codecs" + status working + format 0x70 + format 0x71 + format 0x72 + format 0x73 + driver acm + dll "lhacm2.acm" ; aka lhacm.acm md5sum 4585780a8eb71d86df64553b34ba8f79 + audiocodec pscelp info "Philips Speech Processing CELP" status working |