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
937ff419
Commit
937ff419
authored
Feb 19, 2022
by
Julius Künzel
⚠
Browse files
[Wizard] Fix wrong subtitle effect detection
parent
ead4c14c
Changes
1
Show whitespace changes
Inline
Side-by-side
src/dialogs/wizard.cpp
View file @
937ff419
...
@@ -448,7 +448,7 @@ void Wizard::checkMltComponents()
...
@@ -448,7 +448,7 @@ void Wizard::checkMltComponents()
break
;
break
;
}
}
}
}
if
(
!
has
Avfilter
)
{
if
(
!
has
Subtitle
)
{
// Frei0r effects not found
// Frei0r effects not found
qDebug
()
<<
"Missing avfilter.subtitles module"
;
qDebug
()
<<
"Missing avfilter.subtitles module"
;
m_warnings
.
append
(
m_warnings
.
append
(
...
...
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