Mercurial > mplayer.hg
changeset 7521:ccd91bde4ae9
0x50 enabled for mp3lib
planar YUV formats added to CYUV
author | arpi |
---|---|
date | Sat, 28 Sep 2002 02:21:13 +0000 |
parents | 8d21936b31d6 |
children | aa1a1249f239 |
files | etc/codecs.conf |
diffstat | 1 files changed, 5 insertions(+), 4 deletions(-) [+] |
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