[FFmpeg-cvslog] r17438 - trunk/vhook/imlib2.c

stefano subversion
Wed Feb 18 22:33:00 CET 2009


Author: stefano
Date: Wed Feb 18 22:32:59 2009
New Revision: 17438

Log:
Use const qualifier for the variable "tbp", fix warning.

Modified:
   trunk/vhook/imlib2.c

Modified: trunk/vhook/imlib2.c
==============================================================================
--- trunk/vhook/imlib2.c	Wed Feb 18 22:30:44 2009	(r17437)
+++ trunk/vhook/imlib2.c	Wed Feb 18 22:32:59 2009	(r17438)
@@ -395,7 +395,7 @@ void Process(void *ctx, AVPicture *pictu
         int wid, hig, h_a, v_a;
         char buff[1000];
         char tbuff[1000];
-        char *tbp = ci->text;
+        const char *tbp = ci->text;
         time_t now = time(0);
         char *p, *q;
         int y;




More information about the ffmpeg-cvslog mailing list