]> git.sesse.net Git - ffmpeg/commit
avformat/movenc: remove unnecessary HDR metadata log messages
authorJan Ekström <jeebjp@gmail.com>
Tue, 9 Feb 2021 23:15:42 +0000 (01:15 +0200)
committerJan Ekström <jeebjp@gmail.com>
Wed, 10 Feb 2021 19:35:21 +0000 (21:35 +0200)
commit752f14ff942576dd8697320fb6ba055593a2de9d
treeb56396fcf278151de97cb49f71e0147ab5fa2637
parent4390573c44a47e0bed4790a45934006df7ee1e2f
avformat/movenc: remove unnecessary HDR metadata log messages

These made sense before 3ebf449766d4b69a7774c4990fb24fe71c848a3e
when the creation of these boxes was specifically requested by the
user, but now they have become unnecessary as they are just like
many other boxes: If the input has the information required, they
are written, otherwise they are not.

They were moved to verbose verbosity level (which happens to be
the last level still relatively usable), and now appear either once
(normal MP4 muxing), or thrice (with the faststart flag set) in
any normal MP4 usage, without giving much useful information. Thus,
remove them in their current form.
libavformat/movenc.c