[FFmpeg-cvslog] avformat/mov: reset a log message as trace level
James Almer
git at videolan.org
Tue Jan 16 03:18:05 EET 2024
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Mon Jan 15 22:16:44 2024 -0300| [be4fcf027b768161bf622e8fbeb326139334dd74] | committer: James Almer
avformat/mov: reset a log message as trace level
Accidentally changed in d9fed9df2a
Signed-off-by: James Almer <jamrial at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=be4fcf027b768161bf622e8fbeb326139334dd74
---
libavformat/mov.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/mov.c b/libavformat/mov.c
index 53a3d22726..7e3b0c4a55 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -8220,7 +8220,7 @@ static int mov_read_default(MOVContext *c, AVIOContext *pb, MOVAtom atom)
a.size = avio_rb64(pb) - 8;
total_size += 8;
}
- av_log(c->fc, AV_LOG_DEBUG, "type:'%s' parent:'%s' sz: %"PRId64" %"PRId64" %"PRId64"\n",
+ av_log(c->fc, AV_LOG_TRACE, "type:'%s' parent:'%s' sz: %"PRId64" %"PRId64" %"PRId64"\n",
av_fourcc2str(a.type), av_fourcc2str(atom.type), a.size, total_size, atom.size);
if (a.size == 0) {
a.size = atom.size - total_size + 8;
More information about the ffmpeg-cvslog
mailing list