You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user