ffmpeg | branch: master | Reimar Döffinger <reimar.doeffin...@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.doeffin...@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[] = {

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

Reply via email to