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
e97e0eff
Commit
e97e0eff
authored
Oct 01, 2012
by
Stefano Sabatini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/swresample.txt: fix typos
parent
c053f486
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
swresample.txt
doc/swresample.txt
+4
-4
No files found.
doc/swresample.txt
View file @
e97e0eff
...
@@ -31,7 +31,7 @@ Special Converter v
...
@@ -31,7 +31,7 @@ Special Converter v
v
v
Output
Output
Planar/Packed conver
tion is done when needed during sample format convertion
Planar/Packed conver
sion is done when needed during sample format conversion.
Every step can be skipped without memcpy when its not needed.
Every step can be skipped without memcpy when its not needed.
Either Resampling and Rematrixing can be performed first depending on which
Either Resampling and Rematrixing can be performed first depending on which
way its faster.
way its faster.
...
@@ -39,8 +39,8 @@ The Buffers are needed for resampling due to resamplng being a process that
...
@@ -39,8 +39,8 @@ The Buffers are needed for resampling due to resamplng being a process that
requires future and past data, it thus also introduces inevitably a delay when
requires future and past data, it thus also introduces inevitably a delay when
used.
used.
Internally 32bit float and 16bit int is supported currently, other formats can
Internally 32bit float and 16bit int is supported currently, other formats can
easily be added
easily be added
.
Externally all sample formats in packed and planar configuration are supported
Externally all sample formats in packed and planar configuration are supported
It
s also trivial to add special converters for common cases
It
's also trivial to add special converters for common cases.
If only sample format and
or packed/planar convertion is needed
it
If only sample format and
/or packed/planar conversion is needed,
it
is performed from input to output directly in a single pass with no intermediates.
is performed from input to output directly in a single pass with no intermediates.
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