mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-24 00:02:53 +00:00
Restore vertical alignment in some defines
Originally committed as revision 31758 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
parent
c60ed66dbe
commit
709c0181fd
@ -343,12 +343,12 @@ const char *sws_format_name(enum PixelFormat format);
|
|||||||
|| (x)==PIX_FMT_GRAY16LE \
|
|| (x)==PIX_FMT_GRAY16LE \
|
||||||
|| (x)==PIX_FMT_RGB48BE \
|
|| (x)==PIX_FMT_RGB48BE \
|
||||||
|| (x)==PIX_FMT_RGB48LE \
|
|| (x)==PIX_FMT_RGB48LE \
|
||||||
|| (x)==PIX_FMT_YUV420P16LE \
|
|| (x)==PIX_FMT_YUV420P16LE \
|
||||||
|| (x)==PIX_FMT_YUV422P16LE \
|
|| (x)==PIX_FMT_YUV422P16LE \
|
||||||
|| (x)==PIX_FMT_YUV444P16LE \
|
|| (x)==PIX_FMT_YUV444P16LE \
|
||||||
|| (x)==PIX_FMT_YUV420P16BE \
|
|| (x)==PIX_FMT_YUV420P16BE \
|
||||||
|| (x)==PIX_FMT_YUV422P16BE \
|
|| (x)==PIX_FMT_YUV422P16BE \
|
||||||
|| (x)==PIX_FMT_YUV444P16BE \
|
|| (x)==PIX_FMT_YUV444P16BE \
|
||||||
)
|
)
|
||||||
#define isBE(x) ((x)&1)
|
#define isBE(x) ((x)&1)
|
||||||
#define isPlanar8YUV(x) ( \
|
#define isPlanar8YUV(x) ( \
|
||||||
@ -364,12 +364,12 @@ const char *sws_format_name(enum PixelFormat format);
|
|||||||
)
|
)
|
||||||
#define isPlanarYUV(x) ( \
|
#define isPlanarYUV(x) ( \
|
||||||
isPlanar8YUV(x) \
|
isPlanar8YUV(x) \
|
||||||
|| (x)==PIX_FMT_YUV420P16LE \
|
|| (x)==PIX_FMT_YUV420P16LE \
|
||||||
|| (x)==PIX_FMT_YUV422P16LE \
|
|| (x)==PIX_FMT_YUV422P16LE \
|
||||||
|| (x)==PIX_FMT_YUV444P16LE \
|
|| (x)==PIX_FMT_YUV444P16LE \
|
||||||
|| (x)==PIX_FMT_YUV420P16BE \
|
|| (x)==PIX_FMT_YUV420P16BE \
|
||||||
|| (x)==PIX_FMT_YUV422P16BE \
|
|| (x)==PIX_FMT_YUV422P16BE \
|
||||||
|| (x)==PIX_FMT_YUV444P16BE \
|
|| (x)==PIX_FMT_YUV444P16BE \
|
||||||
)
|
)
|
||||||
#define isYUV(x) ( \
|
#define isYUV(x) ( \
|
||||||
(x)==PIX_FMT_UYVY422 \
|
(x)==PIX_FMT_UYVY422 \
|
||||||
|
Loading…
Reference in New Issue
Block a user