Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFmpeg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libremedia
Tethys
FFmpeg
Commits
647e2e07
Commit
647e2e07
authored
12 years ago
by
Stefano Sabatini
Browse files
Options
Downloads
Patches
Plain Diff
lavfi: remove more instances of avfilter_default_filter_name()
They were discarded in
0f0f3bd1
.
parent
62b39d41
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
libavfilter/src_movie.c
+1
-1
1 addition, 1 deletion
libavfilter/src_movie.c
libavfilter/vsrc_testsrc.c
+3
-3
3 additions, 3 deletions
libavfilter/vsrc_testsrc.c
with
4 additions
and
4 deletions
libavfilter/src_movie.c
+
1
−
1
View file @
647e2e07
...
@@ -80,7 +80,7 @@ static const AVOption movie_options[]= {
...
@@ -80,7 +80,7 @@ static const AVOption movie_options[]= {
static
const
AVClass
movie_class
=
{
static
const
AVClass
movie_class
=
{
"MovieContext"
,
"MovieContext"
,
av
filter
_default_
fil
te
r
_name
,
av_default_
i
te
m
_name
,
movie_options
movie_options
};
};
...
...
This diff is collapsed.
Click to expand it.
libavfilter/vsrc_testsrc.c
+
3
−
3
View file @
647e2e07
...
@@ -158,7 +158,7 @@ static int request_frame(AVFilterLink *outlink)
...
@@ -158,7 +158,7 @@ static int request_frame(AVFilterLink *outlink)
static
const
AVClass
nullsrc_class
=
{
static
const
AVClass
nullsrc_class
=
{
.
class_name
=
"NullSourceContext"
,
.
class_name
=
"NullSourceContext"
,
.
item_name
=
av
filter
_default_
fil
te
r
_name
,
.
item_name
=
av_default_
i
te
m
_name
,
.
option
=
testsrc_options
,
.
option
=
testsrc_options
,
};
};
...
@@ -193,7 +193,7 @@ AVFilter avfilter_vsrc_nullsrc = {
...
@@ -193,7 +193,7 @@ AVFilter avfilter_vsrc_nullsrc = {
static
const
AVClass
testsrc_class
=
{
static
const
AVClass
testsrc_class
=
{
.
class_name
=
"TestSourceContext"
,
.
class_name
=
"TestSourceContext"
,
.
item_name
=
av
filter
_default_
fil
te
r
_name
,
.
item_name
=
av_default_
i
te
m
_name
,
.
option
=
testsrc_options
,
.
option
=
testsrc_options
,
};
};
...
@@ -415,7 +415,7 @@ AVFilter avfilter_vsrc_testsrc = {
...
@@ -415,7 +415,7 @@ AVFilter avfilter_vsrc_testsrc = {
static
const
AVClass
rgbtestsrc_class
=
{
static
const
AVClass
rgbtestsrc_class
=
{
.
class_name
=
"RGBTestSourceContext"
,
.
class_name
=
"RGBTestSourceContext"
,
.
item_name
=
av
filter
_default_
fil
te
r
_name
,
.
item_name
=
av_default_
i
te
m
_name
,
.
option
=
testsrc_options
,
.
option
=
testsrc_options
,
};
};
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment