mirror of https://github.com/mpv-player/mpv
added ffmp3, fixed mp3 comments
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1929 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
ffe1e2c3e3
commit
c8f24c22a6
|
@ -457,17 +457,26 @@ audiocodec msadpcm
|
|||
audiocodec mp3
|
||||
info "MPEG layer-2, layer-3"
|
||||
status working
|
||||
comment "Optimized to AMD 3Dnow!"
|
||||
comment "Optimized to MMX/SSE/3Dnow!"
|
||||
format 0x50
|
||||
format 0x55
|
||||
driver mp3lib
|
||||
dll "mp3lib (mpglib)"
|
||||
flags seekable
|
||||
|
||||
audiocodec ffmp3
|
||||
info "FFmpeg layer-123 audio decoder - integer only"
|
||||
status working
|
||||
format 0x50
|
||||
format 0x55
|
||||
driver ffmpeg
|
||||
dll "mpegaudio"
|
||||
flags seekable
|
||||
|
||||
audiocodec mp3acm
|
||||
info "MPEG layer-3"
|
||||
status working
|
||||
comment "Optimized to Intel MMX/SSE, conflicts with security kernel patches"
|
||||
comment "conflicts with security kernel patches"
|
||||
format 0x55
|
||||
driver acm
|
||||
dll "l3codeca.acm"
|
||||
|
|
Loading…
Reference in New Issue