diff options
author | alex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-01-04 19:36:51 +0000 |
---|---|---|
committer | alex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-01-04 19:36:51 +0000 |
commit | 4b31c2005c9600959831638b480c074ccda9cfab (patch) | |
tree | 38d3166c725125a67da6bae7ab4f6ae49db9d0b6 /etc | |
parent | a2a45afcf459d95078932272be0cd02b8f5d8cc2 (diff) | |
download | mpv-4b31c2005c9600959831638b480c074ccda9cfab.tar.bz2 mpv-4b31c2005c9600959831638b480c074ccda9cfab.tar.xz |
added atrac3
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3987 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r-- | etc/codecs.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf index 94328b6a01..bc15c707dc 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -996,3 +996,10 @@ audiocodec g72x format 0x112 ; vivo siren driver g72x dll "g72x.c" + +audiocodec atrac3 + info "Sony ATRAC3" + status buggy + format 0x270 + driver acm + dll "atrac3.acm" |