mirror of https://github.com/mpv-player/mpv
Use qtrle decoder from ffmpeg
Support G.726 decoder from ffmpeg git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11957 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
eb025efe7e
commit
20e59ecc64
|
@ -133,6 +133,14 @@ videocodec fli
|
|||
driver fli
|
||||
out BGR32,BGR24
|
||||
|
||||
videocodec ffqtrle
|
||||
info "Quicktime Animation (RLE)"
|
||||
status working
|
||||
format 0x20656C72 ; "rle "
|
||||
driver ffmpeg
|
||||
dll "qtrle"
|
||||
out BGR32,RGB24,BGR15,BGR8 query
|
||||
|
||||
videocodec qtrle
|
||||
info "Quicktime Animation (RLE)"
|
||||
status working
|
||||
|
@ -2115,6 +2123,13 @@ audiocodec g72x
|
|||
driver g72x
|
||||
dll "g72x.c"
|
||||
|
||||
audiocodec ffg726
|
||||
info "Sharp G.726 Audio"
|
||||
status working
|
||||
format 0x45
|
||||
driver ffmpeg
|
||||
dll "g726"
|
||||
|
||||
audiocodec g726
|
||||
info "Sharp G.726 Audio"
|
||||
status untested
|
||||
|
|
Loading…
Reference in New Issue