Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-10-06 02:32:01 +0400
committerMichael Niedermayer <michaelni@gmx.at>2011-10-06 02:32:01 +0400
commit9fa05db4009cd85ae7c096cc3df8a121c2c353ed (patch)
treea21634da59bde098921e5d0a263292f8393d8c8f /doc/swresample.txt
parent503e5e9db5f8ab7f0782e27ddd0265a2b22bd7b6 (diff)
swr-docs: update due to last change to swresample
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/swresample.txt')
-rw-r--r--doc/swresample.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/swresample.txt b/doc/swresample.txt
index 93f6e3138f..4daa181b0e 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.