Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
FFmpeg Thumbnailer
Commits
6a936e2c
Commit
6a936e2c
authored
Dec 03, 2020
by
Jonathan Marten
Browse files
Handle AV_LOG_TRACE messages at qCDebug() level
So that they can be turned off using the Qt logging rules.
parent
94112aa2
Changes
1
Hide whitespace changes
Inline
Side-by-side
ffmpegthumbnailer.cpp
View file @
6a936e2c
...
...
@@ -50,6 +50,7 @@ struct FFmpegLogHandler {
break
;
case
AV_LOG_VERBOSE
:
case
AV_LOG_DEBUG
:
case
AV_LOG_TRACE
:
qCDebug
(
ffmpegthumbs_LOG
)
<<
message
;
break
;
default:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment