Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFmpeg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libremedia
Tethys
FFmpeg
Commits
e97e0eff
Commit
e97e0eff
authored
12 years ago
by
Stefano Sabatini
Browse files
Options
Downloads
Patches
Plain Diff
doc/swresample.txt: fix typos
parent
c053f486
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/swresample.txt
+4
-4
4 additions, 4 deletions
doc/swresample.txt
with
4 additions
and
4 deletions
doc/swresample.txt
+
4
−
4
View file @
e97e0eff
...
...
@@ -31,7 +31,7 @@ Special Converter v
v
Output
Planar/Packed conver
t
ion is done when needed during sample format conver
t
ion
Planar/Packed conver
s
ion is done when needed during sample format conver
s
ion
.
Every step can be skipped without memcpy when its not needed.
Either Resampling and Rematrixing can be performed first depending on which
way its faster.
...
...
@@ -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
used.
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
Its also trivial to add special converters for common cases
If only sample format and
or packed/planar conver
t
ion is needed it
It
'
s also trivial to add special converters for common cases
.
If only sample format and
/
or packed/planar conver
s
ion is needed
,
it
is performed from input to output directly in a single pass with no intermediates.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment