mirror of https://github.com/mpv-player/mpv
codecs.conf: Add FFmpeg WC4 xan decoder
Patch by Philip Langdale, philipl overt org git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32875 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
7781f23d68
commit
8affafc2a8
|
@ -3089,6 +3089,14 @@ videocodec xan
|
|||
dll "xanlib.dll"
|
||||
out BGR24,BGR15,BGR8 query,flip
|
||||
|
||||
videocodec ffwc4
|
||||
info "FFmpeg XAN wc4"
|
||||
status working
|
||||
fourcc Xxan
|
||||
driver ffmpeg
|
||||
dll "xan_wc4"
|
||||
out YV12
|
||||
|
||||
videocodec ffwc3
|
||||
info "FFmpeg XAN wc3"
|
||||
status buggy
|
||||
|
|
Loading…
Reference in New Issue