mirror of https://github.com/mpv-player/mpv
ffmpeg/libavcodec ra144 and ra288 support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10349 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
5c81240461
commit
ba92c70a4b
|
@ -1777,6 +1777,20 @@ audiocodec ffmac6
|
|||
driver ffmpeg
|
||||
dll "mace6"
|
||||
|
||||
audiocodec ffra144
|
||||
info "RealAudio 1.0"
|
||||
status untested
|
||||
format 0x345F3431 ; "14_4"
|
||||
driver ffmpeg
|
||||
dll "real_144"
|
||||
|
||||
audiocodec ffra288
|
||||
info "RealAudio 2.0"
|
||||
status untested
|
||||
format 0x385F3832 ; "28_8"
|
||||
driver ffmpeg
|
||||
dll "real_288"
|
||||
|
||||
audiocodec ffmp3
|
||||
info "FFmpeg layer-3 audio decoder"
|
||||
comment "integer only"
|
||||
|
|
Loading…
Reference in New Issue