[FFmpeg-cvslog] doc/swresample.txt: fix typos

Stefano Sabatini git at videolan.org
Tue Oct 2 09:44:55 CEST 2012


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Mon Oct  1 22:44:53 2012 +0200| [e97e0eff84cbe1698c033823098ed7dc1c520157] | committer: Stefano Sabatini

doc/swresample.txt: fix typos

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e97e0eff84cbe1698c033823098ed7dc1c520157
---

 doc/swresample.txt |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/swresample.txt b/doc/swresample.txt
index c0f86a2..7904147 100644
--- a/doc/swresample.txt
+++ b/doc/swresample.txt
@@ -31,7 +31,7 @@ Special Converter         v
                           v
                         Output
 
-Planar/Packed convertion is done when needed during sample format convertion
+Planar/Packed conversion is done when needed during sample format conversion.
 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 convertion is needed it
+It's also trivial to add special converters for common cases.
+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.



More information about the ffmpeg-cvslog mailing list