Skip to content
GitLab
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
91e56380
Commit
91e56380
authored
Nov 04, 2022
by
Eric Jiang
Browse files
Make capitalization consistent for param name
Change "X Size" to "X size" to match "Y size".
parent
5f6ac0e9
Pipeline
#261709
failed with stage
in 12 minutes and 16 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
data/effects/avfilter/avfilter_avgblur.xml
View file @
91e56380
...
...
@@ -5,7 +5,7 @@
<description>
Apply average blur filter.
</description>
<author>
libavfilter
</author>
<parameter
type=
"constant"
name=
"av.sizeX"
default=
"0"
min=
"0"
max=
"500"
factor=
"1"
>
<name>
X
S
ize
</name>
<name>
X
s
ize
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.sizeY"
default=
"0"
min=
"0"
max=
"500"
factor=
"1"
>
<name>
Y size
</name>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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