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
ce353a88
Commit
ce353a88
authored
May 21, 2012
by
Anton Khirnov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavfi: fix incorrect comment.
poll_frame()/request_frame() are used for audio too.
parent
c04c533f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
avfilter.h
libavfilter/avfilter.h
+2
-2
No files found.
libavfilter/avfilter.h
View file @
ce353a88
...
...
@@ -421,7 +421,7 @@ struct AVFilterPad {
*
* Defaults to just calling the source poll_frame() method.
*
* Output
video
pads only.
* Output pads only.
*/
int
(
*
poll_frame
)(
AVFilterLink
*
link
);
...
...
@@ -430,7 +430,7 @@ struct AVFilterPad {
* frame being output over the given link. This should return zero on
* success, and another value on error.
*
* Output
video
pads only.
* Output pads only.
*/
int
(
*
request_frame
)(
AVFilterLink
*
link
);
...
...
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