summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <ceffmpeg@gmail.com>2017-12-04 04:15:49 +0100
committerCarl Eugen Hoyos <ceffmpeg@gmail.com>2017-12-04 04:15:49 +0100
commit894f1c399b5ffae41b44289d23aeead542093006 (patch)
tree0fafc5a22d4dbf0dbb5f78accb48241e560b3c7a /libavformat/mov.c
parent5a93a85fd0ad62c6c9cdf69415959f116c015f0e (diff)
lavf/mov: Fix missing newline.
Diffstat (limited to 'libavformat/mov.c')
-rw-r--r--libavformat/mov.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavformat/mov.c b/libavformat/mov.c
index f7fab98dd8..0b3e673c06 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -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;
}