Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
4c9b0315
Commit
4c9b0315
authored
Apr 11, 2013
by
Clément Bœsch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavfi/smartblur: cleanup unused shorthand and doc.
parent
fcaea217
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
7 deletions
+1
-7
filters.texi
doc/filters.texi
+1
-1
vf_smartblur.c
libavfilter/vf_smartblur.c
+0
-6
No files found.
doc/filters.texi
View file @
4c9b0315
...
...
@@ -5143,7 +5143,7 @@ expressed in the form "[@var{c0} @var{c1} @var{c2} @var{c3}]"
Blur the input video without impacting the outlines.
A description of the accepted options follows.
The filter accepts the following options:
@table @option
@item luma_radius, lr
...
...
libavfilter/vf_smartblur.c
View file @
4c9b0315
...
...
@@ -289,12 +289,6 @@ static const AVFilterPad smartblur_outputs[] = {
{
NULL
}
};
static
const
char
*
const
shorthand
[]
=
{
"luma_radius"
,
"luma_strength"
,
"luma_threshold"
,
"chroma_radius"
,
"chroma_strength"
,
"chroma_threshold"
,
NULL
};
AVFilter
avfilter_vf_smartblur
=
{
.
name
=
"smartblur"
,
.
description
=
NULL_IF_CONFIG_SMALL
(
"Blur the input video without impacting the outlines."
),
...
...
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