From 9ba7fe6dcbe61e21b12563e6ff648ac798990d94 Mon Sep 17 00:00:00 2001 From: Andreas Öman Date: Wed, 18 Jul 2007 08:12:40 +0000 Subject: use YUV440P in swscale patch by Andreas Öman: \andreas olebyn nu/ original thread: [FFmpeg-devel] half vertical chroma resolution from JPEGs.. date: 07/03/2007 01:29 PM MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Originally committed as revision 23811 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale --- libswscale/swscale_internal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libswscale/swscale_internal.h') diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h index bc0cff1acd..baebdf2566 100644 --- a/libswscale/swscale_internal.h +++ b/libswscale/swscale_internal.h @@ -193,6 +193,7 @@ char *sws_format_name(int format); || (x)==PIX_FMT_YUV411P \ || (x)==PIX_FMT_YUV422P \ || (x)==PIX_FMT_YUV444P \ + || (x)==PIX_FMT_YUV440P \ || (x)==PIX_FMT_NV12 \ || (x)==PIX_FMT_NV21 \ ) -- cgit v1.2.3