Commit 573a8806 authored by michael's avatar michael

Add support for PIX_FMT_YUV440P.


git-svn-id: file:///var/local/repositories/mplayer/trunk/libswscale@27589 b3059339-0415-0410-9bf9-f77b7e298cf2
parent cec63be9
......@@ -116,6 +116,7 @@ unsigned swscale_version(void)
|| (x)==PIX_FMT_RGB555 \
|| (x)==PIX_FMT_GRAY8 \
|| (x)==PIX_FMT_YUV410P \
|| (x)==PIX_FMT_YUV440P \
|| (x)==PIX_FMT_GRAY16BE \
|| (x)==PIX_FMT_GRAY16LE \
|| (x)==PIX_FMT_YUV444P \
......@@ -145,6 +146,7 @@ unsigned swscale_version(void)
|| (x)==PIX_FMT_GRAY16LE \
|| (x)==PIX_FMT_GRAY8 \
|| (x)==PIX_FMT_YUV410P \
|| (x)==PIX_FMT_YUV440P \
)
#define isPacked(x) ( \
(x)==PIX_FMT_PAL8 \
......
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