From 01a10dd5795b7258a21f5e0128d4f0f016b37868 Mon Sep 17 00:00:00 2001 From: reimar Date: Sat, 6 Nov 2010 21:41:12 +0000 Subject: 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 --- etc/codecs.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'etc') diff --git a/etc/codecs.conf b/etc/codecs.conf index 2f5903d443..803ad80238 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -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" -- cgit v1.2.3