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 3c250df919..199aea1ef9 100644
--- a/libavutil/crc-test.c
+++ b/libavutil/crc-test.c
@@ -25,7 +25,7 @@ int main(void)
{
uint8_t buf[1999];
int i;
- unsigned p[6][3] = {
+ static const unsigned p[6][3] = {
{ AV_CRC_32_IEEE_LE, 0xEDB88320, 0x3D5CDD04 },
{ AV_CRC_32_IEEE , 0x04C11DB7, 0xC0F5BAE0 },
{ AV_CRC_24_IEEE , 0x864CFB , 0xB704CE },