]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/hash.c
Merge commit 'e3a00acde05c925617dc19b5373969d864bf8414'
[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[] = {