movenc: mark astronomical_body const string as static

This commit is contained in:
Clément Bœsch 2016-06-25 10:30:28 +02:00
parent 8db203a9dd
commit 1e9b79b2db
1 changed files with 1 additions and 1 deletions

View File

@ -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;