Commit 2ca7edda authored by Reimar Döffinger's avatar Reimar Döffinger

lavu/hash.c: Add missing "static const".

Signed-off-by: 's avatarReimar Döffinger <Reimar.Doeffinger@gmx.de>
parent 03bf4572
...@@ -60,7 +60,7 @@ typedef struct AVHashContext { ...@@ -60,7 +60,7 @@ typedef struct AVHashContext {
uint32_t crc; uint32_t crc;
} AVHashContext; } AVHashContext;
struct { static const struct {
const char *name; const char *name;
int size; int size;
} hashdesc[] = { } hashdesc[] = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment