[FFmpeg-cvslog] r17435 - trunk/vhook/imlib2.c
stefano
subversion
Wed Feb 18 22:20:02 CET 2009
Author: stefano
Date: Wed Feb 18 22:20:02 2009
New Revision: 17435
Log:
Add const qualifier to the error var, fix warnings.
Modified:
trunk/vhook/imlib2.c
Modified: trunk/vhook/imlib2.c
==============================================================================
--- trunk/vhook/imlib2.c Wed Feb 18 16:25:57 2009 (r17434)
+++ trunk/vhook/imlib2.c Wed Feb 18 22:20:02 2009 (r17435)
@@ -151,7 +151,7 @@ int Configure(void **ctxp, int argc, cha
char *color = 0;
FILE *f;
char *p;
- char *error;
+ const char *error;
*ctxp = av_mallocz(sizeof(ContextInfo));
ci = (ContextInfo *) *ctxp;
More information about the ffmpeg-cvslog
mailing list