mirror of https://github.com/mpv-player/mpv
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:
parent
ad8bc3c607
commit
7f62a29ed9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue