mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-13 21:26:33 +02:00
Assign const qualifier to the font variable, fix warning.
Originally committed as revision 17436 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
2ba5628939
commit
818ff9a4eb
@ -146,7 +146,7 @@ int Configure(void **ctxp, int argc, char *argv[])
|
|||||||
int c;
|
int c;
|
||||||
ContextInfo *ci;
|
ContextInfo *ci;
|
||||||
char *rgbtxt = 0;
|
char *rgbtxt = 0;
|
||||||
char *font = "LucidaSansDemiBold/16";
|
const char *font = "LucidaSansDemiBold/16";
|
||||||
char *fp = getenv("FONTPATH");
|
char *fp = getenv("FONTPATH");
|
||||||
char *color = 0;
|
char *color = 0;
|
||||||
FILE *f;
|
FILE *f;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user