diff etc/codecs.conf @ 7521:ccd91bde4ae9

0x50 enabled for mp3lib planar YUV formats added to CYUV
author arpi
date Sat, 28 Sep 2002 02:21:13 +0000
parents c26108047eec
children 92f0003f1d4d
line wrap: on
line diff
--- a/etc/codecs.conf	Sat Sep 28 02:03:09 2002 +0000
+++ b/etc/codecs.conf	Sat Sep 28 02:21:13 2002 +0000
@@ -102,8 +102,9 @@
   status working
   fourcc cyuv,CYUV
   driver cyuv
-  out YUY2
-  out UYVY
+  out 411P
+  out YUY2,UYVY
+  out 422P
 
 videocodec msrle
   info "Microsoft RLE"
@@ -1229,8 +1230,8 @@
   info "mp3lib MPEG layer-2, layer-3"
   status working
   comment "Optimized to MMX/SSE/3Dnow!"
-#  format 0x50 ; seams to be Layer 1 (or also 2?)
-  format 0x55
+  format 0x50        ; layer-1 && layer-2
+  format 0x55        ; layer-3
   format 0x33706d2e  ; ".mp3" CBR/VBR MP3 (MOV files)
   format 0x5500736d  ; "ms\0\x55" older mp3 fcc (MOV files)
   driver mp3lib