diff DOCS/codecs.conf @ 729:dcaa9fbcdddf

mp3lib is primary again, libmpeg2 fourcc fixed
author arpi_esp
date Tue, 08 May 2001 21:25:42 +0000
parents 9355b2ae634e
children 8e5f87d56ed3
line wrap: on
line diff
--- a/DOCS/codecs.conf	Tue May 08 20:09:39 2001 +0000
+++ b/DOCS/codecs.conf	Tue May 08 21:25:42 2001 +0000
@@ -9,7 +9,7 @@
   comment "with postprocessing"
   status working
   format 0x1
-  format 0xFFFFFF01
+  format 0x10000001
   driver libmpeg2
   dll "libmpeg2"
   out YV12
@@ -225,8 +225,8 @@
   fourcc HFYU
   driver vfw
   dll "huffyuv.dll"
-  out YUY2
-  out UYVY
+;  out YUY2
+;  out UYVY
   out BGR32,BGR24,BGR15
 
 videocodec mszh
@@ -310,16 +310,7 @@
   driver acm
   dll "msadp32.acm"
 
-; 3DNow! autodetection?
-audiocodec mp3acm
-  info "MPEG layer-3"
-  status working
-  comment "Optimized to Intel MMX/SSE, conflicts with security kernel patches"
-  format 0x55
-  driver acm
-  dll "l3codeca.acm"
-  flags seekable
-
+; now mp3lib is stable enough!?
 audiocodec mp3
   info "MPEG layer-2, layer-3"
   status working
@@ -330,6 +321,15 @@
   dll "mp3lib (mpg123)"
   flags seekable
 
+audiocodec mp3acm
+  info "MPEG layer-3"
+  status working
+  comment "Optimized to Intel MMX/SSE, conflicts with security kernel patches"
+  format 0x55
+  driver acm
+  dll "l3codeca.acm"
+  flags seekable
+
 audiocodec imaadpcm
   info "IMA ADPCM"
   status working