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

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
This commit is contained in:
Reimar Döffinger 2014-08-29 18:34:28 +02:00
parent 03bf457241
commit 2ca7edda89
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ typedef struct AVHashContext {
uint32_t crc;
} AVHashContext;
struct {
static const struct {
const char *name;
int size;
} hashdesc[] = {