]> git.sesse.net Git - ffmpeg/blobdiff - doc/ffmpeg-resampler.texi
Merge commit 'b8f3ab8e6a7ce3627764da53b809628c828d4047'
[ffmpeg] / doc / ffmpeg-resampler.texi
index 1bdb5b0722746e63ed9131ae52e13c58c95c7b5d..35587720029517c79e5a4b8a5849daea174851e5 100644 (file)
@@ -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.