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
0115dbd0
Commit
0115dbd0
authored
Dec 06, 2019
by
Zhao Zhili
Committed by
Nicolas George
Dec 23, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avfilter/avfilter: update documentation of avfilter_graph_create_filter
parent
61097535
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
avfilter.h
libavfilter/avfilter.h
+1
-1
No files found.
libavfilter/avfilter.h
View file @
0115dbd0
...
@@ -947,7 +947,7 @@ AVFilterContext *avfilter_graph_get_filter(AVFilterGraph *graph, const char *nam
...
@@ -947,7 +947,7 @@ AVFilterContext *avfilter_graph_get_filter(AVFilterGraph *graph, const char *nam
/**
/**
* Create and add a filter instance into an existing graph.
* Create and add a filter instance into an existing graph.
* The filter instance is created from the filter filt and inited
* The filter instance is created from the filter filt and inited
* with the parameter
s args and opaque
.
* with the parameter
args. opaque is currently ignored
.
*
*
* In case of success put in *filt_ctx the pointer to the created
* In case of success put in *filt_ctx the pointer to the created
* filter instance, otherwise set *filt_ctx to NULL.
* filter instance, otherwise set *filt_ctx to NULL.
...
...
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