diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-02-14 23:43:08 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-02-14 23:43:08 +0100 |
commit | 35a995f4518aadc8aea145a21889cf039f12644d (patch) | |
tree | ad4f4803efd638959946a5c435481c5cf57fc61a | |
parent | 0224375180863a854a1e01fc9815b56777f0abc5 (diff) | |
download | ffmpeg-35a995f4518aadc8aea145a21889cf039f12644d.tar.gz |
doc/resampler: fix two typo.
-rw-r--r-- | doc/ffmpeg-resampler.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ffmpeg-resampler.texi b/doc/ffmpeg-resampler.texi index e20279525d..525907a79f 100644 --- a/doc/ffmpeg-resampler.texi +++ b/doc/ffmpeg-resampler.texi @@ -60,7 +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. +This will automatically be chosen when it is not explicitly set. @item icl, in_channel_layout Set the input channel layout. |