[FFmpeg-cvslog] lavf/mov: Fix missing newline.

Carl Eugen Hoyos git at videolan.org
Mon Dec 4 05:17:14 EET 2017


ffmpeg | branch: master | Carl Eugen Hoyos <ceffmpeg at gmail.com> | Mon Dec  4 04:15:49 2017 +0100| [894f1c399b5ffae41b44289d23aeead542093006] | committer: Carl Eugen Hoyos

lavf/mov: Fix missing newline.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=894f1c399b5ffae41b44289d23aeead542093006
---

 libavformat/mov.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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



More information about the ffmpeg-cvslog mailing list