Mercurial > mplayer.hg
changeset 32506:85dd2718c84a
For FFmpeg codecs YV12 should always be in the supported format
lists if YV12 is.
author | reimar |
---|---|
date | Sat, 06 Nov 2010 21:41:12 +0000 |
parents | 9677da0cd9b2 |
children | 97738e6f82dc |
files | etc/codecs.conf |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/codecs.conf Sat Nov 06 19:37:13 2010 +0000 +++ b/etc/codecs.conf Sat Nov 06 21:41:12 2010 +0000 @@ -1107,7 +1107,7 @@ 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 @@ 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 @@ fourcc avs2 driver ffmpeg dll "cavs" - out I420 + out YV12,I420 videocodec ffdnxhd info "FFmpeg DNxHD" @@ -3030,7 +3030,7 @@ fourcc FPS1,fps1 driver ffmpeg dll "fraps" - out BGR24,I420 + out BGR24,YV12,I420 videocodec fftiertexseq info "FFmpeg Tiertex SEQ"