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 {
uint32_t crc;
} AVHashContext;
struct {
static const struct {
const char *name;
int size;
} 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