Browse Source

lavf/mov: Fix missing newline.

tags/n4.0
Carl Eugen Hoyos 8 years ago
parent
commit
894f1c399b
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      libavformat/mov.c

+ 2
- 1
libavformat/mov.c View File

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


Loading…
Cancel
Save