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
4c514edc
Commit
4c514edc
authored
Oct 03, 2018
by
Paul B Mahol
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avfilter/avfilter: fix typos in comments
parent
f515c978
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
avfilter.c
libavfilter/avfilter.c
+2
-2
No files found.
libavfilter/avfilter.c
View file @
4c514edc
...
...
@@ -1370,7 +1370,7 @@ static int ff_filter_activate_default(AVFilterContext *filter)
and request_frame() to acknowledge status changes), to run once more
and check if enough input was present for several frames.
Ex
e
mples of scenarios to consider:
Ex
a
mples of scenarios to consider:
- buffersrc: activate if frame_wanted_out to notify the application;
activate when the application adds a frame to push it immediately.
...
...
@@ -1396,7 +1396,7 @@ static int ff_filter_activate_default(AVFilterContext *filter)
- If an input has frames in fifo and frame_wanted_out == 0, dequeue a
frame and call filter_frame().
Ratinale: filter frames as soon as possible instead of leaving them
Rati
o
nale: filter frames as soon as possible instead of leaving them
queued; frame_wanted_out < 0 is not possible since the old API does not
set it nor provides any similar feedback; frame_wanted_out > 0 happens
when min_samples > 0 and there are not enough samples queued.
...
...
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