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
8d6eed7b
Commit
8d6eed7b
authored
Jul 29, 2012
by
Nicolas George
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavfi: document the constraints on incoming frames.
parent
8ef740ce
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
avfilter.h
libavfilter/avfilter.h
+6
-0
No files found.
libavfilter/avfilter.h
View file @
8d6eed7b
...
@@ -260,6 +260,12 @@ struct AVFilterPad {
...
@@ -260,6 +260,12 @@ struct AVFilterPad {
* NULL, the filter layer will default to storing a reference to the
* NULL, the filter layer will default to storing a reference to the
* picture inside the link structure.
* picture inside the link structure.
*
*
* The reference given as argument is also available in link->cur_buf.
* It can be stored elsewhere or given away, but then clearing
* link->cur_buf is advised, as it is automatically unreferenced.
* The reference must not be unreferenced before end_frame(), as it may
* still be in use by the automatic copy mechanism.
*
* Input video pads only.
* Input video pads only.
*
*
* @return >= 0 on success, a negative AVERROR on error. picref will be
* @return >= 0 on success, a negative AVERROR on error. picref will be
...
...
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