mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
avcodec/libdav1d: print libdav1d version in verbose level
info level will be too noisy if several instances of the decoder are fired at the same time, as will be the case with tiled AVIF. Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
a42f884cd2
commit
48f4a29bae
@ -215,7 +215,7 @@ static av_cold int libdav1d_init(AVCodecContext *c)
|
||||
#endif
|
||||
int res;
|
||||
|
||||
av_log(c, AV_LOG_INFO, "libdav1d %s\n", dav1d_version());
|
||||
av_log(c, AV_LOG_VERBOSE, "libdav1d %s\n", dav1d_version());
|
||||
|
||||
dav1d_default_settings(&s);
|
||||
s.logger.cookie = c;
|
||||
|
Loading…
Reference in New Issue
Block a user