From 9ac9f89639986e550ad01407b856d57fa260d586 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Wed, 18 Feb 2009 21:32:59 +0000 Subject: Use const qualifier for the variable "tbp", fix warning. Originally committed as revision 17438 to svn://svn.ffmpeg.org/ffmpeg/trunk --- vhook/imlib2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vhook') diff --git a/vhook/imlib2.c b/vhook/imlib2.c index eed6c236d2..ffe873c58e 100644 --- a/vhook/imlib2.c +++ b/vhook/imlib2.c @@ -395,7 +395,7 @@ void Process(void *ctx, AVPicture *picture, enum PixelFormat pix_fmt, int width, 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; -- cgit v1.2.3