]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/hash.c
tools/crypto_bench: fix build when AV_READ_TIME is unavailable
[ffmpeg] / libavutil / hash.c
index 773f29e23b5e88cdc30af21172508403f55c5644..7037b0d6ff7e365a621cab0f839a4579d70bceee 100644 (file)
@@ -60,7 +60,7 @@ typedef struct AVHashContext {
     uint32_t crc;
 } AVHashContext;
 
-struct {
+static const struct {
     const char *name;
     int size;
 } hashdesc[] = {