summaryrefslogtreecommitdiffstats
path: root/libswscale/swscale_internal.h
diff options
context:
space:
mode:
authorDenes Balatoni <dbalatoni@programozo.hu>2007-07-19 07:24:43 +0000
committerBenoit Fouet <benoit.fouet@free.fr>2007-07-19 07:24:43 +0000
commit90c1d7b400458ef297e85afb0ab6915af8016f7d (patch)
tree5345fda4ae7bc4f9e2af5838ad31cf641e53b895 /libswscale/swscale_internal.h
parent1e7f363804cb9fbe4eb8193a5711fdfd00619776 (diff)
downloadffmpeg-streaming-90c1d7b400458ef297e85afb0ab6915af8016f7d.zip
ffmpeg-streaming-90c1d7b400458ef297e85afb0ab6915af8016f7d.tar.gz
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 Originally committed as revision 23825 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
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 baebdf2..c31a443 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)
OpenPOWER on IntegriCloud