Browse Source

Make tab_frw_01234567_sse2 const.

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
tags/n0.9
Reimar Döffinger 13 years ago
parent
commit
9663b8da9a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/x86/fdct_mmx.c

+ 1
- 1
libavcodec/x86/fdct_mmx.c View File

@@ -151,7 +151,7 @@ DECLARE_ALIGNED(8, static const int16_t, tab_frw_01234567)[] = { // forward_dct
29692, -12299, 26722, -31521,
};

static struct
static const struct
{
DECLARE_ALIGNED(16, const int16_t, tab_frw_01234567_sse2)[256];
} tab_frw_01234567_sse2 =


Loading…
Cancel
Save