summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authormelanson <melanson@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-02-25 02:48:37 +0000
committermelanson <melanson@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-02-25 02:48:37 +0000
commitba4694f4bb6e456868a22d927d8f34f93625a2af (patch)
treef005da803d8573493e4b4f92e9c213eb8aaa4e0e /etc
parent3605aa4ec8d0130984aeb402d8f5e9df5d747bfe (diff)
downloadmpv-ba4694f4bb6e456868a22d927d8f34f93625a2af.tar.bz2
mpv-ba4694f4bb6e456868a22d927d8f34f93625a2af.tar.xz
fixed, strengthened, rewrote, and renamed a variety of the ADPCM decoders
(including MS, DK4 and DK3 ADPCM) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4855 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r--etc/codecs.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index f52ec0d285..2e14580be1 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -384,19 +384,19 @@ audiocodec msadpcm
format 0x2
driver msadpcm
-audiocodec fox61adpcm
+audiocodec dk4adpcm
info "Duck DK4 ADPCM (rogue format number)"
status working
comment "This format number was used by Duck Corp. but not officially registered with Microsoft"
format 0x61
- driver fox61adpcm
+ driver dk4adpcm
-audiocodec fox62adpcm
+audiocodec dk3adpcm
info "Duck DK3 ADPCM (rogue format number)"
status working
comment "This format number was used by Duck Corp. but not officially registered with Microsoft"
format 0x62
- driver fox62adpcm
+ driver dk3adpcm
audiocodec roqaudio
info "Id RoQ File Audio Decoder"