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:
reimar 2010-11-06 21:41:12 +00:00 committed by Uoti Urpala
parent 15259f1aad
commit 01a10dd579
1 changed files with 4 additions and 4 deletions

View File

@ -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"