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
This commit is contained in:
arpi 2002-09-28 02:21:13 +00:00
parent ad8bc3c607
commit 7f62a29ed9
1 changed files with 5 additions and 4 deletions

View File

@ -102,8 +102,9 @@ videocodec cyuv
status working status working
fourcc cyuv,CYUV fourcc cyuv,CYUV
driver cyuv driver cyuv
out YUY2 out 411P
out UYVY out YUY2,UYVY
out 422P
videocodec msrle videocodec msrle
info "Microsoft RLE" info "Microsoft RLE"
@ -1229,8 +1230,8 @@ audiocodec mp3
info "mp3lib MPEG layer-2, layer-3" info "mp3lib MPEG layer-2, layer-3"
status working status working
comment "Optimized to MMX/SSE/3Dnow!" comment "Optimized to MMX/SSE/3Dnow!"
# format 0x50 ; seams to be Layer 1 (or also 2?) format 0x50 ; layer-1 && layer-2
format 0x55 format 0x55 ; layer-3
format 0x33706d2e ; ".mp3" CBR/VBR MP3 (MOV files) format 0x33706d2e ; ".mp3" CBR/VBR MP3 (MOV files)
format 0x5500736d ; "ms\0\x55" older mp3 fcc (MOV files) format 0x5500736d ; "ms\0\x55" older mp3 fcc (MOV files)
driver mp3lib driver mp3lib