# HG changeset patch # User michael # Date 1240261495 0 # Node ID 091f16266a60bba3d98bf6373f0df6af88713094 # Parent 9d40283d9a5d9e09f8653e000817983839dae732 add isBE() diff -r 9d40283d9a5d -r 091f16266a60 libswscale/swscale_internal.h --- a/libswscale/swscale_internal.h Mon Apr 20 18:20:37 2009 +0000 +++ b/libswscale/swscale_internal.h Mon Apr 20 21:04:55 2009 +0000 @@ -291,6 +291,7 @@ 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 \