diff --git a/libavutil/hash.c b/libavutil/hash.c index 773f29e23b..7037b0d6ff 100644 --- a/libavutil/hash.c +++ b/libavutil/hash.c @@ -60,7 +60,7 @@ typedef struct AVHashContext { uint32_t crc; } AVHashContext; -struct { +static const struct { const char *name; int size; } hashdesc[] = {