[FFmpeg-cvslog] r17436 - trunk/vhook/imlib2.c
stefano
subversion
Wed Feb 18 22:29:04 CET 2009
Author: stefano
Date: Wed Feb 18 22:29:03 2009
New Revision: 17436
Log:
Assign const qualifier to the font variable, fix warning.
Modified:
trunk/vhook/imlib2.c
Modified: trunk/vhook/imlib2.c
==============================================================================
--- trunk/vhook/imlib2.c Wed Feb 18 22:20:02 2009 (r17435)
+++ trunk/vhook/imlib2.c Wed Feb 18 22:29:03 2009 (r17436)
@@ -146,7 +146,7 @@ int Configure(void **ctxp, int argc, cha
int c;
ContextInfo *ci;
char *rgbtxt = 0;
- char *font = "LucidaSansDemiBold/16";
+ const char *font = "LucidaSansDemiBold/16";
char *fp = getenv("FONTPATH");
char *color = 0;
FILE *f;
More information about the ffmpeg-cvslog
mailing list