add isBE()

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29212 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
michael 2009-04-20 21:04:55 +00:00
parent 641a93a0e1
commit 36fd4baa05
1 changed files with 1 additions and 0 deletions

View File

@ -291,6 +291,7 @@ void ff_yuv2packedX_altivec(SwsContext *c,
const char *sws_format_name(int format);
//FIXME replace this with something faster
#define isBE(x) ((x)&1)
#define isPlanarYUV(x) ( \
(x)==PIX_FMT_YUV410P \
|| (x)==PIX_FMT_YUV420P \