aboutsummaryrefslogtreecommitdiffstats
path: root/postproc/swscale_internal.h
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2005-01-31 15:57:27 +0000
committerAurelien Jacobs <aurel@gnuage.org>2005-01-31 15:57:27 +0000
commit38d5c282cdfa60a18d73412f87beca1ae0d86284 (patch)
tree6f20f64850d0b62abf90b746974200293c3a33f3 /postproc/swscale_internal.h
parenta3a5f4d6c3bf996c727061df2d394aa7bc10f30e (diff)
downloadffmpeg-38d5c282cdfa60a18d73412f87beca1ae0d86284.tar.gz
makes funnyCode pages executable (for CPU with NX bit)
Originally committed as revision 14626 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Diffstat (limited to 'postproc/swscale_internal.h')
-rw-r--r--postproc/swscale_internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/postproc/swscale_internal.h b/postproc/swscale_internal.h
index a224446568..d1fae26669 100644
--- a/postproc/swscale_internal.h
+++ b/postproc/swscale_internal.h
@@ -82,8 +82,8 @@ typedef struct SwsContext{
int vLumBufSize;
int vChrBufSize;
- uint8_t __attribute__((aligned(32))) funnyYCode[10000];
- uint8_t __attribute__((aligned(32))) funnyUVCode[10000];
+ uint8_t *funnyYCode;
+ uint8_t *funnyUVCode;
int32_t *lumMmx2FilterPos;
int32_t *chrMmx2FilterPos;
int16_t *lumMmx2Filter;