Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
a9117c75
Commit
a9117c75
authored
Jan 20, 2012
by
Stefano Sabatini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavfi: fix mp and mandelbrot descriptions to make them complete sentences
This is consistent with the other filter descriptions.
parent
8650d5fa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
vf_mp.c
libavfilter/vf_mp.c
+1
-1
vsrc_mandelbrot.c
libavfilter/vsrc_mandelbrot.c
+1
-1
No files found.
libavfilter/vf_mp.c
View file @
a9117c75
...
...
@@ -878,7 +878,7 @@ static void end_frame(AVFilterLink *inlink)
AVFilter
avfilter_vf_mp
=
{
.
name
=
"mp"
,
.
description
=
NULL_IF_CONFIG_SMALL
(
"
libmpcodecs wrapper
."
),
.
description
=
NULL_IF_CONFIG_SMALL
(
"
Apply a libmpcodecs filter to the input video
."
),
.
init
=
init
,
.
priv_size
=
sizeof
(
MPContext
),
.
query_formats
=
query_formats
,
...
...
libavfilter/vsrc_mandelbrot.c
View file @
a9117c75
...
...
@@ -411,7 +411,7 @@ static int request_frame(AVFilterLink *link)
AVFilter
avfilter_vsrc_mandelbrot
=
{
.
name
=
"mandelbrot"
,
.
description
=
NULL_IF_CONFIG_SMALL
(
"
Mandelbrot fractal renderer
."
),
.
description
=
NULL_IF_CONFIG_SMALL
(
"
Render a Mandelbrot fractal
."
),
.
priv_size
=
sizeof
(
MBContext
),
.
init
=
init
,
...
...
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