forked from FFmpeg/FFmpeg
lavu/hash.c: Add missing "static const".
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
This commit is contained in:
parent
03bf457241
commit
2ca7edda89
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ typedef struct AVHashContext {
|
|||
uint32_t crc;
|
||||
} AVHashContext;
|
||||
|
||||
struct {
|
||||
static const struct {
|
||||
const char *name;
|
||||
int size;
|
||||
} hashdesc[] = {
|
||||
|
|
Loading…
Add table
Reference in a new issue