From b2ebe306216b510c064f716e09cdd7440dcda2f0 Mon Sep 17 00:00:00 2001 From: compn Date: Tue, 20 Oct 2009 16:26:30 +0000 Subject: add V422, YUNV to rawyuy2 add UYNV,UYNY,uyv1,2Vu1 to rawuyvy add P422 to raw422P works on samples/V-codecs/. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29789 b3059339-0415-0410-9bf9-f77b7e298cf2 --- etc/codecs.conf | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'etc') diff --git a/etc/codecs.conf b/etc/codecs.conf index a08c912ac2..b194c434a0 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -2965,6 +2965,8 @@ videocodec rawyuy2 format 0x0 0x32595559 format 0x20776172 0x32595559 fourcc yuy2,YUY2 + fourcc V422 YUY2 + fourcc YUNV YUY2 out YUY2 videocodec rawyuv2 @@ -2985,6 +2987,10 @@ videocodec rawuyvy format 0x20776172 0x59565955 fourcc uyvy,UYVY fourcc HDYC UYVY + fourcc UYNV UYVY + fourcc UYNY UYVY + fourcc uyv1 UYVY + fourcc 2Vu1 UYVY out UYVY videocodec raw444P @@ -3003,6 +3009,7 @@ videocodec raw422P format 0x0 0x50323234 format 0x20776172 0x50323234 fourcc 422p,422P + fourcc P422 422P out 422P videocodec rawyv12 -- cgit v1.2.3