[FFmpeg-cvslog] r29212 - trunk/libswscale/swscale_internal.h
michael
subversion
Mon Apr 20 23:04:56 CEST 2009
Author: michael
Date: Mon Apr 20 23:04:55 2009
New Revision: 29212
Log:
add isBE()
Modified:
trunk/libswscale/swscale_internal.h
Modified: trunk/libswscale/swscale_internal.h
==============================================================================
--- trunk/libswscale/swscale_internal.h Mon Apr 20 20:20:37 2009 (r29211)
+++ trunk/libswscale/swscale_internal.h Mon Apr 20 23:04:55 2009 (r29212)
@@ -291,6 +291,7 @@ void ff_yuv2packedX_altivec(SwsContext *
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 \
More information about the ffmpeg-cvslog
mailing list