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
73180f5b
Commit
73180f5b
authored
Apr 13, 2013
by
Clément Bœsch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavfi: flag more dynamic i/o filters.
parent
423089e9
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
0 deletions
+5
-0
af_amerge.c
libavfilter/af_amerge.c
+1
-0
avf_concat.c
libavfilter/avf_concat.c
+1
-0
f_ebur128.c
libavfilter/f_ebur128.c
+1
-0
src_movie.c
libavfilter/src_movie.c
+2
-0
No files found.
libavfilter/af_amerge.c
View file @
73180f5b
...
...
@@ -346,4 +346,5 @@ AVFilter avfilter_af_amerge = {
.
inputs
=
NULL
,
.
outputs
=
amerge_outputs
,
.
priv_class
=
&
amerge_class
,
.
flags
=
AVFILTER_FLAG_DYNAMIC_INPUTS
,
};
libavfilter/avf_concat.c
View file @
73180f5b
...
...
@@ -419,4 +419,5 @@ AVFilter avfilter_avf_concat = {
.
inputs
=
NULL
,
.
outputs
=
NULL
,
.
priv_class
=
&
concat_class
,
.
flags
=
AVFILTER_FLAG_DYNAMIC_INPUTS
|
AVFILTER_FLAG_DYNAMIC_OUTPUTS
,
};
libavfilter/f_ebur128.c
View file @
73180f5b
...
...
@@ -796,4 +796,5 @@ AVFilter avfilter_af_ebur128 = {
.
inputs
=
ebur128_inputs
,
.
outputs
=
NULL
,
.
priv_class
=
&
ebur128_class
,
.
flags
=
AVFILTER_FLAG_DYNAMIC_OUTPUTS
,
};
libavfilter/src_movie.c
View file @
73180f5b
...
...
@@ -579,6 +579,7 @@ AVFilter avfilter_avsrc_movie = {
.
inputs
=
NULL
,
.
outputs
=
NULL
,
.
flags
=
AVFILTER_FLAG_DYNAMIC_OUTPUTS
,
};
#endif
/* CONFIG_MOVIE_FILTER */
...
...
@@ -604,6 +605,7 @@ AVFilter avfilter_avsrc_amovie = {
.
inputs
=
NULL
,
.
outputs
=
NULL
,
.
priv_class
=
&
amovie_class
,
.
flags
=
AVFILTER_FLAG_DYNAMIC_OUTPUTS
,
};
#endif
/* CONFIG_AMOVIE_FILTER */
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