summaryrefslogtreecommitdiffstats
path: root/libswscale/swscale_internal.h
diff options
context:
space:
mode:
authormru <mru@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-01-22 03:26:30 +0000
committermru <mru@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-01-22 03:26:30 +0000
commit134976ee4d0f58fca20aa2b79d874d035b0bc30b (patch)
tree4607860a918ed1a47e4c2959967bfe3995f8563d /libswscale/swscale_internal.h
parent937c4fab19b5eec3ff2f6cfa4eeae3b809e63f19 (diff)
downloadmpv-134976ee4d0f58fca20aa2b79d874d035b0bc30b.tar.bz2
mpv-134976ee4d0f58fca20aa2b79d874d035b0bc30b.tar.xz
Move array specifiers outside DECLARE_ALIGNED() invocations
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30385 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libswscale/swscale_internal.h')
-rw-r--r--libswscale/swscale_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h
index 9e48010c36..0ae6dbc0f2 100644
--- a/libswscale/swscale_internal.h
+++ b/libswscale/swscale_internal.h
@@ -245,7 +245,7 @@ typedef struct SwsContext {
#endif
#if HAVE_VIS
- DECLARE_ALIGNED(8, uint64_t, sparc_coeffs[10]);
+ DECLARE_ALIGNED(8, uint64_t, sparc_coeffs)[10];
#endif
/* function pointers for swScale() */