[xiph-commits] r16105 - trunk/ffmpeg2theora/src

j at svn.xiph.org j at svn.xiph.org
Sat Jun 13 11:52:22 PDT 2009


Author: j
Date: 2009-06-13 11:52:22 -0700 (Sat, 13 Jun 2009)
New Revision: 16105

Modified:
   trunk/ffmpeg2theora/src/avinfo.c
Log:
make hash array 32chars

Modified: trunk/ffmpeg2theora/src/avinfo.c
===================================================================
--- trunk/ffmpeg2theora/src/avinfo.c	2009-06-13 17:38:38 UTC (rev 16104)
+++ trunk/ffmpeg2theora/src/avinfo.c	2009-06-13 18:52:22 UTC (rev 16105)
@@ -297,7 +297,7 @@
 }
 
 void json_oshash(FILE *output, char const *filename) {
-    char hash[16];
+    char hash[32];
 #ifdef WIN32
     sprintf(hash,"%16I64x", gen_oshash(filename));
 #else



More information about the commits mailing list