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
647e2e07
Commit
647e2e07
authored
Jun 05, 2012
by
Stefano Sabatini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavfi: remove more instances of avfilter_default_filter_name()
They were discarded in
0f0f3bd1
.
parent
62b39d41
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
src_movie.c
libavfilter/src_movie.c
+1
-1
vsrc_testsrc.c
libavfilter/vsrc_testsrc.c
+3
-3
No files found.
libavfilter/src_movie.c
View file @
647e2e07
...
...
@@ -80,7 +80,7 @@ static const AVOption movie_options[]= {
static
const
AVClass
movie_class
=
{
"MovieContext"
,
av
filter_default_filter
_name
,
av
_default_item
_name
,
movie_options
};
...
...
libavfilter/vsrc_testsrc.c
View file @
647e2e07
...
...
@@ -158,7 +158,7 @@ static int request_frame(AVFilterLink *outlink)
static
const
AVClass
nullsrc_class
=
{
.
class_name
=
"NullSourceContext"
,
.
item_name
=
av
filter_default_filter
_name
,
.
item_name
=
av
_default_item
_name
,
.
option
=
testsrc_options
,
};
...
...
@@ -193,7 +193,7 @@ AVFilter avfilter_vsrc_nullsrc = {
static
const
AVClass
testsrc_class
=
{
.
class_name
=
"TestSourceContext"
,
.
item_name
=
av
filter_default_filter
_name
,
.
item_name
=
av
_default_item
_name
,
.
option
=
testsrc_options
,
};
...
...
@@ -415,7 +415,7 @@ AVFilter avfilter_vsrc_testsrc = {
static
const
AVClass
rgbtestsrc_class
=
{
.
class_name
=
"RGBTestSourceContext"
,
.
item_name
=
av
filter_default_filter
_name
,
.
item_name
=
av
_default_item
_name
,
.
option
=
testsrc_options
,
};
...
...
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