mirror of https://github.com/mpv-player/mpv
ffwma
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7940 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
718fc7f648
commit
fe78788cbf
|
@ -1278,6 +1278,20 @@ audiocodec mp3
|
|||
dll "mp3lib"
|
||||
flags seekable
|
||||
|
||||
audiocodec ffwmav1
|
||||
info "DivX audio v1 (ffmpeg)"
|
||||
status working
|
||||
format 0x160
|
||||
driver ffmpeg
|
||||
dll "wmav1"
|
||||
|
||||
audiocodec ffwmav2
|
||||
info "DivX audio v2 (ffmpeg)"
|
||||
status working
|
||||
format 0x161
|
||||
driver ffmpeg
|
||||
dll "wmav2"
|
||||
|
||||
audiocodec ffmp3
|
||||
info "FFmpeg layer-3 audio decoder - integer only"
|
||||
status working
|
||||
|
|
Loading…
Reference in New Issue