mirror of https://github.com/mpv-player/mpv
real 'sipr' audio added (not yet working), version bumped
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6935 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
1401a8f1f3
commit
0941f23857
|
@ -3,7 +3,7 @@
|
|||
; Before editing this file, please read DOCS/tech/codecs.conf.txt !
|
||||
;=============================================================================
|
||||
|
||||
release 20020626
|
||||
release 20020805
|
||||
|
||||
;=============================================================================
|
||||
; VIDEO CODECS
|
||||
|
@ -1122,6 +1122,13 @@ audiocodec racook
|
|||
driver realaud
|
||||
dll "cook.so.6.0"
|
||||
|
||||
audiocodec rasipr
|
||||
info "RealAudio Sipro"
|
||||
status working
|
||||
format 0x72706973 ; "sipr"
|
||||
driver realaud
|
||||
dll "sipr.so.6.0"
|
||||
|
||||
audiocodec imaadpcm
|
||||
info "IMA ADPCM"
|
||||
status working
|
||||
|
|
Loading…
Reference in New Issue