mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
movenc: mark astronomical_body const string as static
This commit is contained in:
parent
8db203a9dd
commit
1e9b79b2db
@ -2974,7 +2974,7 @@ static int mov_write_loci_tag(AVFormatContext *s, AVIOContext *pb)
|
||||
AVDictionaryEntry *t = get_metadata_lang(s, "location", &lang);
|
||||
const char *ptr, *place = "";
|
||||
char *end;
|
||||
const char *astronomical_body = "earth";
|
||||
static const char *astronomical_body = "earth";
|
||||
if (!t)
|
||||
return 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user