mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 19:30:05 +00: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…
Reference in New Issue
Block a user