Commit 9ac9f896 authored by Stefano Sabatini's avatar Stefano Sabatini

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

Originally committed as revision 17438 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 61af68d7
......@@ -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