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
dfac37af
Commit
dfac37af
authored
Apr 14, 2013
by
Clément Bœsch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavfi: add missing periods in filter descriptions.
parent
f6c9a325
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
af_channelsplit.c
libavfilter/af_channelsplit.c
+1
-1
af_join.c
libavfilter/af_join.c
+1
-1
vf_fieldmatch.c
libavfilter/vf_fieldmatch.c
+1
-1
vf_fps.c
libavfilter/vf_fps.c
+1
-1
No files found.
libavfilter/af_channelsplit.c
View file @
dfac37af
...
@@ -137,7 +137,7 @@ static const AVFilterPad avfilter_af_channelsplit_inputs[] = {
...
@@ -137,7 +137,7 @@ static const AVFilterPad avfilter_af_channelsplit_inputs[] = {
AVFilter
avfilter_af_channelsplit
=
{
AVFilter
avfilter_af_channelsplit
=
{
.
name
=
"channelsplit"
,
.
name
=
"channelsplit"
,
.
description
=
NULL_IF_CONFIG_SMALL
(
"Split audio into per-channel streams"
),
.
description
=
NULL_IF_CONFIG_SMALL
(
"Split audio into per-channel streams
.
"
),
.
priv_size
=
sizeof
(
ChannelSplitContext
),
.
priv_size
=
sizeof
(
ChannelSplitContext
),
.
priv_class
=
&
channelsplit_class
,
.
priv_class
=
&
channelsplit_class
,
...
...
libavfilter/af_join.c
View file @
dfac37af
...
@@ -515,7 +515,7 @@ static const AVFilterPad avfilter_af_join_outputs[] = {
...
@@ -515,7 +515,7 @@ static const AVFilterPad avfilter_af_join_outputs[] = {
AVFilter
avfilter_af_join
=
{
AVFilter
avfilter_af_join
=
{
.
name
=
"join"
,
.
name
=
"join"
,
.
description
=
NULL_IF_CONFIG_SMALL
(
"Join multiple audio streams into "
.
description
=
NULL_IF_CONFIG_SMALL
(
"Join multiple audio streams into "
"multi-channel output"
),
"multi-channel output
.
"
),
.
priv_size
=
sizeof
(
JoinContext
),
.
priv_size
=
sizeof
(
JoinContext
),
.
priv_class
=
&
join_class
,
.
priv_class
=
&
join_class
,
...
...
libavfilter/vf_fieldmatch.c
View file @
dfac37af
...
@@ -974,7 +974,7 @@ static const AVFilterPad fieldmatch_outputs[] = {
...
@@ -974,7 +974,7 @@ static const AVFilterPad fieldmatch_outputs[] = {
AVFilter
avfilter_vf_fieldmatch
=
{
AVFilter
avfilter_vf_fieldmatch
=
{
.
name
=
"fieldmatch"
,
.
name
=
"fieldmatch"
,
.
description
=
NULL_IF_CONFIG_SMALL
(
"Field matching for inverse telecine"
),
.
description
=
NULL_IF_CONFIG_SMALL
(
"Field matching for inverse telecine
.
"
),
.
query_formats
=
query_formats
,
.
query_formats
=
query_formats
,
.
priv_size
=
sizeof
(
FieldMatchContext
),
.
priv_size
=
sizeof
(
FieldMatchContext
),
.
init
=
fieldmatch_init
,
.
init
=
fieldmatch_init
,
...
...
libavfilter/vf_fps.c
View file @
dfac37af
...
@@ -275,7 +275,7 @@ static const AVFilterPad avfilter_vf_fps_outputs[] = {
...
@@ -275,7 +275,7 @@ static const AVFilterPad avfilter_vf_fps_outputs[] = {
AVFilter
avfilter_vf_fps
=
{
AVFilter
avfilter_vf_fps
=
{
.
name
=
"fps"
,
.
name
=
"fps"
,
.
description
=
NULL_IF_CONFIG_SMALL
(
"Force constant framerate"
),
.
description
=
NULL_IF_CONFIG_SMALL
(
"Force constant framerate
.
"
),
.
init
=
init
,
.
init
=
init
,
.
uninit
=
uninit
,
.
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