Commit 894f1c39 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

lavf/mov: Fix missing newline.

parent 5a93a85f
......@@ -5559,7 +5559,8 @@ static int mov_read_uuid(MOVContext *c, AVIOContext *pb, MOVAtom atom)
if (ret < 0)
return ret;
if (!sc->spherical)
av_log(c->fc, AV_LOG_WARNING, "Invalid spherical metadata found\n"); }
av_log(c->fc, AV_LOG_WARNING, "Invalid spherical metadata found\n");
}
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