From 7f62a29ed9126ba3d55f45476f42510ca98beed7 Mon Sep 17 00:00:00 2001 From: arpi Date: Sat, 28 Sep 2002 02:21:13 +0000 Subject: 0x50 enabled for mp3lib planar YUV formats added to CYUV git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7522 b3059339-0415-0410-9bf9-f77b7e298cf2 --- etc/codecs.conf | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'etc') 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 -- cgit v1.2.3