[FFmpeg-cvslog] swr-docs: update due to last change to swresample
Michael Niedermayer
git at videolan.org
Thu Oct 6 03:27:12 CEST 2011
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Thu Oct 6 00:32:01 2011 +0200| [9fa05db4009cd85ae7c096cc3df8a121c2c353ed] | committer: Michael Niedermayer
swr-docs: update due to last change to swresample
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9fa05db4009cd85ae7c096cc3df8a121c2c353ed
---
doc/swresample.txt | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/doc/swresample.txt b/doc/swresample.txt
index 93f6e31..4daa181 100644
--- a/doc/swresample.txt
+++ b/doc/swresample.txt
@@ -42,3 +42,5 @@ Internally 32bit float and 16bit int is supported currently, other formats can
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
+is performed from input to output directly in a single pass with no intermediates.
More information about the ffmpeg-cvslog
mailing list