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
Kdenlive
Commits
ecaefd93
Commit
ecaefd93
authored
Jul 28, 2020
by
Jean-Baptiste Mardelle
Browse files
Don't reprocess audio thumbs if already exists
parent
0db4fc03
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/jobs/audiothumbjob.cpp
View file @
ecaefd93
...
...
@@ -280,6 +280,8 @@ bool AudioThumbJob::computeWithFFMPEG()
m_done
=
true
;
return
true
;
}
}
else
{
m_done
=
true
;
}
QString
err
=
m_ffmpegProcess
->
readAllStandardError
();
m_ffmpegProcess
.
reset
();
...
...
Write
Preview
Markdown
is supported
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