mirror of https://github.com/mpv-player/mpv
codecs.conf: add libavcodec r10k decoder
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@33462 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
ede0eed089
commit
97dfc4f219
|
@ -150,6 +150,13 @@ videocodec ffr210
|
|||
driver ffmpeg
|
||||
dll "r210"
|
||||
|
||||
videocodec ffr10k
|
||||
info "FFmpeg R10k - 10-bit RGB"
|
||||
status working
|
||||
fourcc R10k,R10g
|
||||
driver ffmpeg
|
||||
dll "r10k"
|
||||
|
||||
videocodec blackmagic
|
||||
info "Blackmagic 10-bit"
|
||||
status working
|
||||
|
|
Loading…
Reference in New Issue