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
f167b884
Commit
f167b884
authored
Mar 17, 2022
by
Julius Künzel
Browse files
[Render Presets] Fix: "channels" has a UI control
parent
fbb3077b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dialogs/renderpresetdialog.cpp
View file @
f167b884
...
...
@@ -60,7 +60,8 @@ RenderPresetDialog::RenderPresetDialog(QWidget *parent, RenderPresetModel *prese
QStringLiteral
(
"aspect"
),
QStringLiteral
(
"sc_threshold"
),
QStringLiteral
(
"strict_gop"
),
QStringLiteral
(
"keyint_min"
)
QStringLiteral
(
"keyint_min"
),
QStringLiteral
(
"channels"
)
});
formatCombo
->
addItems
(
RenderPresetRepository
::
supportedFormats
());
...
...
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