mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-14 22:22:59 +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;
|
||||
ContextInfo *ci;
|
||||
char *rgbtxt = 0;
|
||||
char *font = "LucidaSansDemiBold/16";
|
||||
const char *font = "LucidaSansDemiBold/16";
|
||||
char *fp = getenv("FONTPATH");
|
||||
char *color = 0;
|
||||
FILE *f;
|
||||
|
Loading…
x
Reference in New Issue
Block a user