mirror of https://git.ffmpeg.org/ffmpeg.git
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
|
@ -60,7 +60,7 @@ typedef struct AVHashContext {
|
|||
uint32_t crc;
|
||||
} AVHashContext;
|
||||
|
||||
struct {
|
||||
static const struct {
|
||||
const char *name;
|
||||
int size;
|
||||
} hashdesc[] = {
|
||||
|
|
Loading…
Reference in New Issue