summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/codecs.conf9
1 files changed, 5 insertions, 4 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index 8354e2b48f..a05bb63a99 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -102,8 +102,9 @@ videocodec cyuv
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 @@ audiocodec mp3
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