diff etc/codecs.conf @ 8007:87c979e641cb

qdmc/qdm2 codec added
author arpi
date Thu, 31 Oct 2002 23:04:46 +0000
parents b84ba9a7e3fb
children b5ff8f269bca
line wrap: on
line diff
--- a/etc/codecs.conf	Thu Oct 31 22:47:51 2002 +0000
+++ b/etc/codecs.conf	Thu Oct 31 23:04:46 2002 +0000
@@ -1174,6 +1174,14 @@
 ;                   AUDIO CODECS
 ;=============================================================================
 
+audiocodec qdmc
+  info "Quicktime QDMC/QDM2 audio decoders"
+  status working
+  format 0x324D4451 ; "QDM2"
+  format 0x434D4451 ; "QDMC"
+  driver qtaudio
+  dll "QuickTime.qts"
+
 audiocodec racook
   info "RealAudio COOK"
   status working
@@ -1280,14 +1288,14 @@
 
 audiocodec ffwmav1
   info "DivX audio v1 (ffmpeg)"
-  status working
+  status untested
   format 0x160
   driver ffmpeg
   dll "wmav1"
 
 audiocodec ffwmav2
   info "DivX audio v2 (ffmpeg)"
-  status working
+  status untested
   format 0x161
   driver ffmpeg
   dll "wmav2"