提交 9621f2f5 编写于 作者: C Cédric Schieli

YUVA420P is a planar YUV format

Originally committed as revision 28867 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
上级 7d87e2ce
......@@ -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 \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册