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
de2022c5
Commit
de2022c5
authored
Dec 19, 2012
by
Clément Bœsch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavfi/gradfun: small align cosmetics.
parent
fea6f5e1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
vf_gradfun.c
libavfilter/vf_gradfun.c
+3
-4
No files found.
libavfilter/vf_gradfun.c
View file @
de2022c5
...
...
@@ -146,7 +146,7 @@ static av_cold int init(AVFilterContext *ctx, const char *args)
gf
->
thresh
=
(
1
<<
15
)
/
gf
->
strength
;
gf
->
radius
=
av_clip
((
gf
->
radius
+
1
)
&
~
1
,
4
,
32
);
gf
->
blur_line
=
ff_gradfun_blur_line_c
;
gf
->
blur_line
=
ff_gradfun_blur_line_c
;
gf
->
filter_line
=
ff_gradfun_filter_line_c
;
if
(
ARCH_X86
)
...
...
@@ -263,8 +263,7 @@ AVFilter avfilter_vf_gradfun = {
.
init
=
init
,
.
uninit
=
uninit
,
.
query_formats
=
query_formats
,
.
inputs
=
avfilter_vf_gradfun_inputs
,
.
outputs
=
avfilter_vf_gradfun_outputs
,
.
inputs
=
avfilter_vf_gradfun_inputs
,
.
outputs
=
avfilter_vf_gradfun_outputs
,
.
priv_class
=
&
gradfun_class
,
};
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