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

Originally committed as revision 17438 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Stefano Sabatini 16 years ago
parent 61af68d71a
commit 9ac9f89639
  1. 2
      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;

Loading…
Cancel
Save