diff libswscale/swscale_internal.h @ 23805:3c6db57870ea

UltraSPARC VIS yuv2rgb patch by Denes Balatoni: [dbalatoni interware hu] original thread: [FFmpeg-devel] [PATCH] UltraSPARC VIS yuv2rgb third try date: 07/17/2007 08:35 PM
author benoit
date Thu, 19 Jul 2007 07:24:43 +0000
parents e4138d991107
children 56382475b156
line wrap: on
line diff
--- a/libswscale/swscale_internal.h	Thu Jul 19 06:39:38 2007 +0000
+++ b/libswscale/swscale_internal.h	Thu Jul 19 07:24:43 2007 +0000
@@ -177,6 +177,9 @@
     uint32_t gmask        __attribute__((aligned(4)));
 #endif
 
+#ifdef HAVE_VIS
+    uint64_t sparc_coeffs[10] __attribute__((aligned(8)));
+#endif
 
 } SwsContext;
 //FIXME check init (where 0)