You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
YUVA420P is a planar YUV format
Originally committed as revision 28867 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
@@ -228,6 +228,7 @@ const char *sws_format_name(int format);
|
|||||||
#define isPlanarYUV(x) ( \
|
#define isPlanarYUV(x) ( \
|
||||||
(x)==PIX_FMT_YUV410P \
|
(x)==PIX_FMT_YUV410P \
|
||||||
|| (x)==PIX_FMT_YUV420P \
|
|| (x)==PIX_FMT_YUV420P \
|
||||||
|
|| (x)==PIX_FMT_YUVA420P \
|
||||||
|| (x)==PIX_FMT_YUV411P \
|
|| (x)==PIX_FMT_YUV411P \
|
||||||
|| (x)==PIX_FMT_YUV422P \
|
|| (x)==PIX_FMT_YUV422P \
|
||||||
|| (x)==PIX_FMT_YUV444P \
|
|| (x)==PIX_FMT_YUV444P \
|
||||||
|
Reference in New Issue
Block a user