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.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h
index 2d766f4746..85062ca2dc 100644
--- a/libswscale/swscale_internal.h
+++ b/libswscale/swscale_internal.h
@@ -162,6 +162,22 @@ typedef struct SwsContext{
#endif
+
+#ifdef ARCH_BFIN
+ uint32_t oy __attribute__((aligned(4)));
+ uint32_t oc __attribute__((aligned(4)));
+ uint32_t zero __attribute__((aligned(4)));
+ uint32_t cy __attribute__((aligned(4)));
+ uint32_t crv __attribute__((aligned(4)));
+ uint32_t rmask __attribute__((aligned(4)));
+ uint32_t cbu __attribute__((aligned(4)));
+ uint32_t bmask __attribute__((aligned(4)));
+ uint32_t cgu __attribute__((aligned(4)));
+ uint32_t cgv __attribute__((aligned(4)));
+ uint32_t gmask __attribute__((aligned(4)));
+#endif
+
+
} SwsContext;
//FIXME check init (where 0)