mirror of
https://github.com/mpv-player/mpv
synced 2024-12-14 02:45:43 +00:00
Support new realaudio codec names
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20246 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
11ef25c878
commit
06f3785f92
@ -2300,6 +2300,13 @@ audiocodec rasipr
|
||||
driver realaud
|
||||
dll "sipr.so.6.0"
|
||||
|
||||
audiocodec ra10sipr
|
||||
info "RealPlayer 10 RealAudio Sipro"
|
||||
status working
|
||||
format 0x72706973 ; "sipr"
|
||||
driver realaud
|
||||
dll "sipr.so"
|
||||
|
||||
audiocodec rasiprwin
|
||||
info "Win32 RealAudio Sipro"
|
||||
status working
|
||||
@ -2321,6 +2328,13 @@ audiocodec raatrc
|
||||
driver realaud
|
||||
dll "atrc.so.6.0"
|
||||
|
||||
audiocodec ra10atrc
|
||||
info "RealPlayer 10 RealAudio ATRAC3"
|
||||
status working
|
||||
format 0x63727461 ; "atrc"
|
||||
driver realaud
|
||||
dll "atrc.so"
|
||||
|
||||
audiocodec raatrcwin
|
||||
info "Win32 RealAudio ATRAC3"
|
||||
status working
|
||||
|
Loading…
Reference in New Issue
Block a user