mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-08 16:54:03 +02:00
lavf/mov: Fix missing newline.
This commit is contained in:
parent
5a93a85fd0
commit
894f1c399b
@ -5559,7 +5559,8 @@ static int mov_read_uuid(MOVContext *c, AVIOContext *pb, MOVAtom atom)
|
|||||||
if (ret < 0)
|
if (ret < 0)
|
||||||
return ret;
|
return ret;
|
||||||
if (!sc->spherical)
|
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;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user