diff options
Diffstat (limited to 'src/libffmpeg/libavcodec/i386/vp3dsp_mmx.c')
| -rw-r--r-- | src/libffmpeg/libavcodec/i386/vp3dsp_mmx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libffmpeg/libavcodec/i386/vp3dsp_mmx.c b/src/libffmpeg/libavcodec/i386/vp3dsp_mmx.c index ea0405717..3d220c1d4 100644 --- a/src/libffmpeg/libavcodec/i386/vp3dsp_mmx.c +++ b/src/libffmpeg/libavcodec/i386/vp3dsp_mmx.c @@ -32,7 +32,7 @@ * idct_constants[44..47] = 8 */ static uint16_t idct_constants[(4 + 7 + 1) * 4]; -static uint16_t idct_cosine_table[7] = { +static const uint16_t idct_cosine_table[7] = { 64277, 60547, 54491, 46341, 36410, 25080, 12785 }; |
