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);
|
AVDictionaryEntry *t = get_metadata_lang(s, "location", &lang);
|
||||||
const char *ptr, *place = "";
|
const char *ptr, *place = "";
|
||||||
char *end;
|
char *end;
|
||||||
const char *astronomical_body = "earth";
|
static const char *astronomical_body = "earth";
|
||||||
if (!t)
|
if (!t)
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user