]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/x86/fft_sse.c
Extradata length checks for Huffyuv.
[ffmpeg] / libavcodec / x86 / fft_sse.c
index a76074645abb82a936d84115cbdb20149163a5a5..a4cce69db142ff079a0a5c47b599dfd5386b2d46 100644 (file)
@@ -23,7 +23,7 @@
 #include "libavcodec/dsputil.h"
 #include "fft.h"
 
-DECLARE_ALIGNED(16, static const int, m1m1m1m1[4]) =
+DECLARE_ALIGNED(16, static const int, m1m1m1m1)[4] =
     { 1 << 31, 1 << 31, 1 << 31, 1 << 31 };
 
 void ff_fft_dispatch_sse(FFTComplex *z, int nbits);