mirror of https://github.com/mpv-player/mpv
codecs.conf: add yv16 raw fourcc
samples at https://ffmpeg.org/trac/ffmpeg/ticket/307 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@33787 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
a10af8d041
commit
78f6ca1a2c
|
@ -3299,6 +3299,7 @@ videocodec raw422P
|
|||
fourcc 422p,422P
|
||||
fourcc P422 422P
|
||||
fourcc Y42B 422P
|
||||
fourcc YV16 422P
|
||||
out 422P
|
||||
|
||||
videocodec rawyv12
|
||||
|
@ -3425,6 +3426,7 @@ videocodec ffraw422P
|
|||
fourcc 422p,422P
|
||||
fourcc P422,p422
|
||||
fourcc Y42B,y42b
|
||||
fourcc YV16,yv16
|
||||
driver ffmpeg
|
||||
dll rawvideo
|
||||
|
||||
|
|
Loading…
Reference in New Issue