Commit 5163eb5a authored by stefano's avatar stefano

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17438 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f67a906a
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment