mirror of https://git.ffmpeg.org/ffmpeg.git
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:
parent
61af68d71a
commit
9ac9f89639
|
@ -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…
Reference in New Issue