diff options
author | Denes Balatoni <dbalatoni@programozo.hu> | 2007-07-19 07:24:43 +0000 |
---|---|---|
committer | Benoit Fouet <benoit.fouet@free.fr> | 2007-07-19 07:24:43 +0000 |
commit | 90c1d7b400458ef297e85afb0ab6915af8016f7d (patch) | |
tree | 5345fda4ae7bc4f9e2af5838ad31cf641e53b895 /libswscale/swscale_internal.h | |
parent | 1e7f363804cb9fbe4eb8193a5711fdfd00619776 (diff) | |
download | ffmpeg-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.h | 3 |
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) |