summaryrefslogtreecommitdiff
path: root/doc/swresample.txt
diff options
context:
space:
mode:
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.