summaryrefslogtreecommitdiff
path: root/libavutil/crc-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil/crc-test.c')
-rw-r--r--libavutil/crc-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/crc-test.c b/libavutil/crc-test.c
index 41601c5ed8..ef15fb5669 100644
--- a/libavutil/crc-test.c
+++ b/libavutil/crc-test.c
@@ -25,7 +25,7 @@ int main(void)
{
uint8_t buf[1999];
int i;
- int p[5][3] = {
+ static const int p[5][3] = {
{ AV_CRC_32_IEEE_LE, 0xEDB88320, 0x3D5CDD04 },
{ AV_CRC_32_IEEE, 0x04C11DB7, 0xC0F5BAE0 },
{ AV_CRC_16_ANSI_LE, 0xA001, 0xBFD8 },