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
8c2ce16f
Commit
8c2ce16f
authored
Jul 22, 2012
by
Stefano Sabatini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/filter_design: fix a few typos
parent
c0b91348
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
filter_design.txt
doc/filter_design.txt
+4
-4
No files found.
doc/filter_design.txt
View file @
8c2ce16f
...
...
@@ -12,7 +12,7 @@ Format negotiation
==================
The query_formats method should set, for each input and each output links,
the list supported formats.
the list
of
supported formats.
For video links, that means pixel format. For audio links, that means
channel layout, and sample format (the sample packing is implied by the
...
...
@@ -26,7 +26,7 @@ Format negotiation
references to the list are updated.
That means that if a filter requires that its input and output have the
same format amongst a supported list, all it ha
ve
to do is use a reference
same format amongst a supported list, all it ha
s
to do is use a reference
to the same list of formats.
...
...
@@ -70,7 +70,7 @@ Frame scheduling
request_frame method or the application.
If a filter has several inputs, the filter must be ready for frames
arriving randomly on any input. Therefore, any filter with several input
arriving randomly on any input. Therefore, any filter with several input
s
will most likely require some kind of queuing mechanism. It is perfectly
acceptable to have a limited queue and to drop frames when the inputs
are too unbalanced.
...
...
@@ -85,7 +85,7 @@ Frame scheduling
For a filter, if there are queued frames already ready, one of these
frames should be pushed. If not, the filter should request a frame on
one of its input, repeatedly until at least one frame has been pushed.
one of its input
s
, repeatedly until at least one frame has been pushed.
Return values:
if request_frame could produce a frame, it should return 0;
...
...
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