Commit 1e9b79b2 authored by Clément Bœsch's avatar Clément Bœsch

movenc: mark astronomical_body const string as static

parent 8db203a9
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment