summaryrefslogtreecommitdiffstats
path: root/libswscale/swscale_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'libswscale/swscale_internal.h')
-rw-r--r--libswscale/swscale_internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h
index baebdf2566..c31a4436d4 100644
--- a/libswscale/swscale_internal.h
+++ b/libswscale/swscale_internal.h
@@ -177,6 +177,9 @@ typedef struct SwsContext{
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)