mirror of https://github.com/mpv-player/mpv
codecs.conf: add missing YV12 output formats for FFmpeg codecs
For FFmpeg codecs YV12 should always be in the supported format lists if I420 is. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32593 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
15259f1aad
commit
01a10dd579
|
@ -1107,7 +1107,7 @@ videocodec fflibschroedinger
|
|||
fourcc drac
|
||||
driver ffmpeg
|
||||
dll libschroedinger
|
||||
out I420,IYUV,422P,444P
|
||||
out YV12,I420,IYUV,422P,444P
|
||||
|
||||
videocodec fflibdirac
|
||||
info "Dirac (through FFmpeg libdirac)"
|
||||
|
@ -1115,7 +1115,7 @@ videocodec fflibdirac
|
|||
fourcc drac
|
||||
driver ffmpeg
|
||||
dll libdirac
|
||||
out I420,IYUV,422P,444P
|
||||
out YV12,I420,IYUV,422P,444P
|
||||
|
||||
videocodec xvid
|
||||
info "Xvid (MPEG-4)"
|
||||
|
@ -2712,7 +2712,7 @@ videocodec ffcavs
|
|||
fourcc avs2
|
||||
driver ffmpeg
|
||||
dll "cavs"
|
||||
out I420
|
||||
out YV12,I420
|
||||
|
||||
videocodec ffdnxhd
|
||||
info "FFmpeg DNxHD"
|
||||
|
@ -3030,7 +3030,7 @@ videocodec fffraps
|
|||
fourcc FPS1,fps1
|
||||
driver ffmpeg
|
||||
dll "fraps"
|
||||
out BGR24,I420
|
||||
out BGR24,YV12,I420
|
||||
|
||||
videocodec fftiertexseq
|
||||
info "FFmpeg Tiertex SEQ"
|
||||
|
|
Loading…
Reference in New Issue