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
b40610ca
Commit
b40610ca
authored
Nov 08, 2019
by
Jean-Baptiste Mardelle
Browse files
Fix compilation
parent
6bf1738f
Pipeline
#10110
passed with stage
in 26 minutes and 59 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/jobs/audiothumbjob.cpp
View file @
b40610ca
...
...
@@ -122,7 +122,7 @@ bool AudioThumbJob::computeWithFFMPEG()
m_ffmpegProcess
->
kill
();
m_done
=
true
;
m_successful
=
false
;
}
}
);
m_ffmpegProcess
->
start
(
KdenliveSettings
::
ffmpegpath
(),
args
);
m_ffmpegProcess
->
waitForFinished
(
-
1
);
if
(
m_ffmpegProcess
->
exitStatus
()
!=
QProcess
::
CrashExit
)
{
...
...
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