Commit 3b2714f6 authored by sdrik's avatar sdrik

YUVA420P is a planar YUV format

git-svn-id: file:///var/local/repositories/mplayer/trunk/libswscale@28867 b3059339-0415-0410-9bf9-f77b7e298cf2
parent 9252ca7e
......@@ -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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment