diff options
author | melanson <melanson@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-12-28 06:47:15 +0000 |
---|---|---|
committer | melanson <melanson@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-12-28 06:47:15 +0000 |
commit | 296399a5bbc82bad4b57c9b9b761a4b1ed85c6df (patch) | |
tree | 7ca8fc7105f5264f369b67c2bd621f04fbcaf2a8 /etc | |
parent | 57a9da01e28126457f2c4c82f4e6f75c9615393b (diff) |
added initial, not-yet-functional, support for fox62 audio
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3827 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r-- | etc/codecs.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf index c9498f96de..9739a64d20 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -330,6 +330,12 @@ audiocodec msadpcm format 0x2 driver msadpcm +audiocodec fox62adpcm + info "Format 0x62 ADPCM" + status working + format 0x62 + driver fox62adpcm + ; =============== WINDOWS DLL's ============== videocodec vp3 |