diff options
author | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-12-26 09:58:46 +0000 |
---|---|---|
committer | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-12-26 09:58:46 +0000 |
commit | 8f08467a4672497df1d6cedae1bac5e8a7c0a349 (patch) | |
tree | 11fe08ec48f921f387e24f06f5d07cd63a64e2da /etc/codecs.conf | |
parent | daaf26a733fb77e2cb1fc2085bb88f94a0e7f268 (diff) |
audio fmt 0x45 == scg726.acm added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11685 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc/codecs.conf')
-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 52f45379d1..9771ef4642 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -2090,6 +2090,13 @@ audiocodec g72x driver g72x dll "g72x.c" +audiocodec g726 + info "Sharp G.726 Audio" + status untested + format 0x45 + driver acm + dll "scg726.acm" + audiocodec atrac3 info "Sony ATRAC3" status buggy |