mirror of https://github.com/mpv-player/mpv
mp3lib is primary again, libmpeg2 fourcc fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@730 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
7ec4ffefd8
commit
ff4897b64a
|
@ -9,7 +9,7 @@ videocodec mpeg12
|
|||
comment "with postprocessing"
|
||||
status working
|
||||
format 0x1
|
||||
format 0xFFFFFF01
|
||||
format 0x10000001
|
||||
driver libmpeg2
|
||||
dll "libmpeg2"
|
||||
out YV12
|
||||
|
@ -225,8 +225,8 @@ videocodec huffyuv
|
|||
fourcc HFYU
|
||||
driver vfw
|
||||
dll "huffyuv.dll"
|
||||
out YUY2
|
||||
out UYVY
|
||||
; out YUY2
|
||||
; out UYVY
|
||||
out BGR32,BGR24,BGR15
|
||||
|
||||
videocodec mszh
|
||||
|
@ -310,16 +310,7 @@ audiocodec msadpcm
|
|||
driver acm
|
||||
dll "msadp32.acm"
|
||||
|
||||
; 3DNow! autodetection?
|
||||
audiocodec mp3acm
|
||||
info "MPEG layer-3"
|
||||
status working
|
||||
comment "Optimized to Intel MMX/SSE, conflicts with security kernel patches"
|
||||
format 0x55
|
||||
driver acm
|
||||
dll "l3codeca.acm"
|
||||
flags seekable
|
||||
|
||||
; now mp3lib is stable enough!?
|
||||
audiocodec mp3
|
||||
info "MPEG layer-2, layer-3"
|
||||
status working
|
||||
|
@ -330,6 +321,15 @@ audiocodec mp3
|
|||
dll "mp3lib (mpg123)"
|
||||
flags seekable
|
||||
|
||||
audiocodec mp3acm
|
||||
info "MPEG layer-3"
|
||||
status working
|
||||
comment "Optimized to Intel MMX/SSE, conflicts with security kernel patches"
|
||||
format 0x55
|
||||
driver acm
|
||||
dll "l3codeca.acm"
|
||||
flags seekable
|
||||
|
||||
audiocodec imaadpcm
|
||||
info "IMA ADPCM"
|
||||
status working
|
||||
|
|
Loading…
Reference in New Issue