From 9621f2f5404aa967afe8d895af52101c32b58f88 Mon Sep 17 00:00:00 2001 From: Cédric Schieli Date: Sat, 7 Mar 2009 09:37:25 +0000 Subject: YUVA420P is a planar YUV format Originally committed as revision 28867 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale --- libswscale/swscale_internal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libswscale') diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h index cdf3754d14..13b9609060 100644 --- a/libswscale/swscale_internal.h +++ b/libswscale/swscale_internal.h @@ -228,6 +228,7 @@ const char *sws_format_name(int format); #define isPlanarYUV(x) ( \ (x)==PIX_FMT_YUV410P \ || (x)==PIX_FMT_YUV420P \ + || (x)==PIX_FMT_YUVA420P \ || (x)==PIX_FMT_YUV411P \ || (x)==PIX_FMT_YUV422P \ || (x)==PIX_FMT_YUV444P \ -- cgit v1.2.3