You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
lavu/hash.c: Add missing "static const".
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
This commit is contained in:
@@ -60,7 +60,7 @@ typedef struct AVHashContext {
|
||||
uint32_t crc;
|
||||
} AVHashContext;
|
||||
|
||||
struct {
|
||||
static const struct {
|
||||
const char *name;
|
||||
int size;
|
||||
} hashdesc[] = {
|
||||
|
Reference in New Issue
Block a user