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

Originally committed as revision 17438 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Stefano Sabatini 2009-02-18 21:32:59 +00:00
parent 61af68d71a
commit 9ac9f89639
1 changed files with 1 additions and 1 deletions

View File

@ -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;