summaryrefslogtreecommitdiff
path: root/doc/ffmpeg-resampler.texi
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-11-04 15:45:09 +0100
committerStefano Sabatini <stefasab@gmail.com>2012-12-03 13:49:56 +0100
commit8bee8f778ae1f7f5aec699f53c7bfa09ef0907c7 (patch)
treec0554fd0bb2efe4737448a0d9ea884ad3e8e4091 /doc/ffmpeg-resampler.texi
parent7e93b0ba4b5a60c4ddb84aa867fe3644ac865a9d (diff)
lswr/swresample: use AV_OPT_TYPE_SAMPLE_FMT for sample format options
Improve usability and robustness.
Diffstat (limited to 'doc/ffmpeg-resampler.texi')
-rw-r--r--doc/ffmpeg-resampler.texi12
1 files changed, 3 insertions, 9 deletions
diff --git a/doc/ffmpeg-resampler.texi b/doc/ffmpeg-resampler.texi
index 1bdb5b0722..3558772002 100644
--- a/doc/ffmpeg-resampler.texi
+++ b/doc/ffmpeg-resampler.texi
@@ -52,19 +52,13 @@ Set the input sample rate. Default value is 0.
Set the output sample rate. Default value is 0.
@item isf, in_sample_fmt
-Specify the input sample format. Must be an integer representing the
-corresponding sample format specified in
-@file{libavutil/samplefmt.h} header. Default value is -1
-(corresponding to @code{AV_SAMPLE_FMT_NONE}).
+Specify the input sample format. It is set by default to @code{none}.
@item osf, out_sample_fmt
-Specify the output sample format. Must be an integer representing the
-corresponding sample format specified in
-@file{libavutil/samplefmt.h} header. Default value is -1
-(corresponding to @code{AV_SAMPLE_FMT_NONE}).
+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 -1.
+Set the internal sample format. Default value is @code{none}.
@item icl, in_channel_layout
Set the input channel layout.