summaryrefslogtreecommitdiff
path: root/doc/swresample.txt
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2013-02-14 23:45:48 +0100
committerClément Bœsch <ubitux@gmail.com>2013-02-14 23:45:48 +0100
commitd5ce725cb32ba932cdede102f246d060460786cb (patch)
treedf2df5b40fae988eb34666862be0f9d3a2bcafaf /doc/swresample.txt
parent35a995f4518aadc8aea145a21889cf039f12644d (diff)
Fix a few "its" vs "it's" typo.
Diffstat (limited to 'doc/swresample.txt')
-rw-r--r--doc/swresample.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/swresample.txt b/doc/swresample.txt
index 790414793e..2d192a394e 100644
--- a/doc/swresample.txt
+++ b/doc/swresample.txt
@@ -32,9 +32,9 @@ Special Converter v
Output
Planar/Packed conversion 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 it is not needed.
Either Resampling and Rematrixing can be performed first depending on which
-way its faster.
+way it is faster.
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.