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

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
pull/88/head
Reimar Döffinger 11 years ago
parent 03bf457241
commit 2ca7edda89
  1. 2
      libavutil/hash.c

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

Loading…
Cancel
Save