mirror of https://github.com/mpv-player/mpv
add ffdxa , works on samples/game-formats/dxa/epic.dxa
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22706 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
53cf1528cb
commit
aa03d96676
|
@ -1953,6 +1953,14 @@ videocodec ffvmd
|
|||
dll "vmdvideo"
|
||||
out BGR8
|
||||
|
||||
videocodec ffdxa
|
||||
info "FFmpeg Feeble Files DXA video"
|
||||
status working
|
||||
fourcc DXA1 ; internal MPlayer FourCC
|
||||
driver ffmpeg
|
||||
dll "dxa"
|
||||
out BGR8
|
||||
|
||||
videocodec ffdsicinvideo
|
||||
info "FFmpeg Delphine CIN video"
|
||||
status working
|
||||
|
|
Loading…
Reference in New Issue