[FFmpeg-cvslog] r19738 - trunk/libavcodec/dsputil.h

mru subversion
Sat Aug 29 18:55:46 CEST 2009


Author: mru
Date: Sat Aug 29 18:55:46 2009
New Revision: 19738

Log:
Move DECLARE_ALIGNED_8 definition next to DECLARE_ALIGNED_16

Modified:
   trunk/libavcodec/dsputil.h

Modified: trunk/libavcodec/dsputil.h
==============================================================================
--- trunk/libavcodec/dsputil.h	Sat Aug 29 01:39:02 2009	(r19737)
+++ trunk/libavcodec/dsputil.h	Sat Aug 29 18:55:46 2009	(r19738)
@@ -610,6 +610,7 @@ void dsputil_init_sh4(DSPContext* c, AVC
 void dsputil_init_vis(DSPContext* c, AVCodecContext *avctx);
 
 #define DECLARE_ALIGNED_16(t, v) DECLARE_ALIGNED(16, t, v)
+#define DECLARE_ALIGNED_8(t, v)  DECLARE_ALIGNED(8, t, v)
 
 #if HAVE_MMX
 
@@ -660,8 +661,6 @@ extern int mm_flags;
 
 #endif
 
-#   define DECLARE_ALIGNED_8(t, v) DECLARE_ALIGNED(8, t, v)
-
 #ifndef STRIDE_ALIGN
 #   define STRIDE_ALIGN 8
 #endif



More information about the ffmpeg-cvslog mailing list