[FFmpeg-cvslog] lavu/hash.c: Add missing "static const".
Reimar Döffinger
git at videolan.org
Sun Aug 31 10:45:45 CEST 2014
ffmpeg | branch: master | Reimar Döffinger <Reimar.Doeffinger at gmx.de> | Fri Aug 29 18:34:28 2014 +0200| [2ca7edda89bf9294fbdbfee3d503b551f0011da5] | committer: Reimar Döffinger
lavu/hash.c: Add missing "static const".
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2ca7edda89bf9294fbdbfee3d503b551f0011da5
---
libavutil/hash.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavutil/hash.c b/libavutil/hash.c
index 773f29e..7037b0d 100644
--- a/libavutil/hash.c
+++ b/libavutil/hash.c
@@ -60,7 +60,7 @@ typedef struct AVHashContext {
uint32_t crc;
} AVHashContext;
-struct {
+static const struct {
const char *name;
int size;
} hashdesc[] = {
More information about the ffmpeg-cvslog
mailing list