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
cdc48775
Commit
cdc48775
authored
Apr 24, 2013
by
Clément Bœsch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavfi/vidstab: consistent descriptions.
parent
01705126
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
vf_vidstabdetect.c
libavfilter/vf_vidstabdetect.c
+3
-3
vf_vidstabtransform.c
libavfilter/vf_vidstabtransform.c
+3
-3
No files found.
libavfilter/vf_vidstabdetect.c
View file @
cdc48775
...
...
@@ -223,9 +223,9 @@ static const AVFilterPad avfilter_vf_vidstabdetect_outputs[] = {
AVFilter
avfilter_vf_vidstabdetect
=
{
.
name
=
"vidstabdetect"
,
.
description
=
NULL_IF_CONFIG_SMALL
(
"
pass 1 of 2 for stabilization
"
"
extracts relative transformations
"
"(
pass 2 see vidstabtransform)
"
),
.
description
=
NULL_IF_CONFIG_SMALL
(
"
Extract relative transformations,
"
"
pass 1 of 2 for stabilization
"
"(
see vidstabtransform for pass 2).
"
),
.
priv_size
=
sizeof
(
StabData
),
.
init
=
init
,
.
uninit
=
uninit
,
...
...
libavfilter/vf_vidstabtransform.c
View file @
cdc48775
...
...
@@ -278,9 +278,9 @@ static const AVFilterPad avfilter_vf_vidstabtransform_outputs[] = {
AVFilter
avfilter_vf_vidstabtransform
=
{
.
name
=
"vidstabtransform"
,
.
description
=
NULL_IF_CONFIG_SMALL
(
"
pass 2 of stabilization
"
"
transforms the frames
"
"(see vidstabdetect for pass 1)"
),
.
description
=
NULL_IF_CONFIG_SMALL
(
"
Transform the frames,
"
"
pass 2 of 2 for stabilization
"
"(see vidstabdetect for pass 1)
.
"
),
.
priv_size
=
sizeof
(
TransformContext
),
.
init
=
init
,
.
uninit
=
uninit
,
...
...
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