diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-01-21 21:16:43 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-01-21 21:16:43 +0100 |
commit | 83440f40ba37677df66b8360aa6da398bbe4724f (patch) | |
tree | 69b78b6567b2b1dd2f76f0da023d8b1b10659cde /doc | |
parent | 2dd07518afb3c96b8722d3d2bd4e074eaa90dc9c (diff) | |
download | ffmpeg-83440f40ba37677df66b8360aa6da398bbe4724f.tar.gz |
doc/swr: Mention that the internal sample format is choosen automatically if not set
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ffmpeg-resampler.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ffmpeg-resampler.texi b/doc/ffmpeg-resampler.texi index ccd922c256..efecb570c2 100644 --- a/doc/ffmpeg-resampler.texi +++ b/doc/ffmpeg-resampler.texi @@ -60,6 +60,7 @@ Specify the output sample format. It is set by default to @code{none}. @item tsf, internal_sample_fmt Set the internal sample format. Default value is @code{none}. +This will automatically be choosen when its not explicitly set. @item icl, in_channel_layout Set the input channel layout. |