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
a5ce5ac9
Commit
a5ce5ac9
authored
Apr 10, 2013
by
Matthieu Bouron
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavfi/apad: switch to AVOption-based system
parent
2b17e581
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
af_apad.c
libavfilter/af_apad.c
+0
-3
avfilter.c
libavfilter/avfilter.c
+1
-0
No files found.
libavfilter/af_apad.c
View file @
a5ce5ac9
...
...
@@ -144,8 +144,6 @@ static const AVFilterPad apad_outputs[] = {
{
NULL
},
};
static
const
char
*
const
shorthand
[]
=
{
NULL
};
AVFilter
avfilter_af_apad
=
{
.
name
=
"apad"
,
.
description
=
NULL_IF_CONFIG_SMALL
(
"Pad audio with silence."
),
...
...
@@ -154,5 +152,4 @@ AVFilter avfilter_af_apad = {
.
inputs
=
apad_inputs
,
.
outputs
=
apad_outputs
,
.
priv_class
=
&
apad_class
,
.
shorthand
=
shorthand
,
};
libavfilter/avfilter.c
View file @
a5ce5ac9
...
...
@@ -658,6 +658,7 @@ int avfilter_init_filter(AVFilterContext *filter, const char *args, void *opaque
int
anton_options
=
!
strcmp
(
filter
->
filter
->
name
,
"afade"
)
||
!
strcmp
(
filter
->
filter
->
name
,
"aformat"
)
||
!
strcmp
(
filter
->
filter
->
name
,
"apad"
)
||
!
strcmp
(
filter
->
filter
->
name
,
"ass"
)
||
!
strcmp
(
filter
->
filter
->
name
,
"blackframe"
)
||
!
strcmp
(
filter
->
filter
->
name
,
"blend"
)
||
...
...
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