diff i386/fdct_mmx.c @ 4172:608e2dfcb86e libavcodec

adding more static keywords
author mru
date Sun, 12 Nov 2006 03:34:12 +0000
parents c8c591fe26f8
children d6f83e2f8804
line wrap: on
line diff
--- a/i386/fdct_mmx.c	Sun Nov 12 01:08:05 2006 +0000
+++ b/i386/fdct_mmx.c	Sun Nov 12 03:34:12 2006 +0000
@@ -67,7 +67,7 @@
 
 static const int32_t fdct_r_row[2] ATTR_ALIGN(8) = {RND_FRW_ROW, RND_FRW_ROW };
 
-struct
+static struct
 {
  const int32_t fdct_r_row_sse2[4] ATTR_ALIGN(16);
 } fdct_r_row_sse2 ATTR_ALIGN(16)=
@@ -150,7 +150,7 @@
   29692,  -12299,   26722,  -31521,
 };
 
-struct
+static struct
 {
  const int16_t tab_frw_01234567_sse2[256] ATTR_ALIGN(16);
 } tab_frw_01234567_sse2 ATTR_ALIGN(16) =