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
39747d87
Commit
39747d87
authored
Oct 21, 2012
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avfilter_graph_parse: add support for parsing sws_flags
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
248b1ff2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
graphparser.c
libavfilter/graphparser.c
+3
-0
No files found.
libavfilter/graphparser.c
View file @
39747d87
...
@@ -520,6 +520,9 @@ int avfilter_graph_parse(AVFilterGraph *graph, const char *filters,
...
@@ -520,6 +520,9 @@ int avfilter_graph_parse(AVFilterGraph *graph, const char *filters,
AVFilterInOut
*
open_inputs
=
open_inputs_ptr
?
*
open_inputs_ptr
:
NULL
;
AVFilterInOut
*
open_inputs
=
open_inputs_ptr
?
*
open_inputs_ptr
:
NULL
;
AVFilterInOut
*
open_outputs
=
open_outputs_ptr
?
*
open_outputs_ptr
:
NULL
;
AVFilterInOut
*
open_outputs
=
open_outputs_ptr
?
*
open_outputs_ptr
:
NULL
;
if
((
ret
=
parse_sws_flags
(
&
filters
,
graph
))
<
0
)
goto
end
;
do
{
do
{
AVFilterContext
*
filter
;
AVFilterContext
*
filter
;
const
char
*
filterchain
=
filters
;
const
char
*
filterchain
=
filters
;
...
...
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