diff options
author | Diederik de Haas via ffmpeg-devel <ffmpeg-devel@ffmpeg.org> | 2023-11-10 16:41:54 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2023-11-18 19:55:42 +0100 |
commit | c07ed10b0e18beecdb5c816546eca3a065ddc5ad (patch) | |
tree | 66387e2a7cc9b1680c8b0f02100dfe319f05d48a /doc/demuxers.texi | |
parent | 5452cbdc150f0fcff736cd3897a2c41fec77fb79 (diff) | |
download | ffmpeg-c07ed10b0e18beecdb5c816546eca3a065ddc5ad.tar.gz |
apply spelling fixes
Fix spelling issue as reported by Debian's lintian tool:
accomodate -> accommodate
addtional -> additional
auxillary -> auxiliary
bellow -> below
betweeen -> between
Calulate -> Calculate
coefficents -> coefficients
Defalt -> Default
defaul -> default
higer -> higher
neccesary -> necessary
orignal -> original
ouput -> output
precison -> precision
processsing -> processing
substract -> subtract
Transfered -> Transferred
upto -> up to
Also add several of them to the 'common typos' check in patcheck.
Signed-off-by: Diederik de Haas <didi.debian@cknow.org>
Diffstat (limited to 'doc/demuxers.texi')
-rw-r--r-- | doc/demuxers.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/demuxers.texi b/doc/demuxers.texi index ca1563abb0..e4c5b560a6 100644 --- a/doc/demuxers.texi +++ b/doc/demuxers.texi @@ -777,7 +777,7 @@ error or used to store a negative value for dts correction when treated as signe the user set an upper limit, beyond which the delta is clamped to 1. Values greater than the limit if negative when cast to int32 are used to adjust onward dts. -Unit is the track time scale. Range is 0 to UINT_MAX. Default is @code{UINT_MAX - 48000*10} which allows upto +Unit is the track time scale. Range is 0 to UINT_MAX. Default is @code{UINT_MAX - 48000*10} which allows up to a 10 second dts correction for 48 kHz audio streams while accommodating 99.9% of @code{uint32} range. @item interleaved_read |