summaryrefslogtreecommitdiff
path: root/libavformat/demux.h
diff options
context:
space:
mode:
authorDiederik de Haas via ffmpeg-devel <ffmpeg-devel@ffmpeg.org>2023-11-10 16:41:54 +0100
committerStefano Sabatini <stefasab@gmail.com>2023-11-18 19:55:42 +0100
commitc07ed10b0e18beecdb5c816546eca3a065ddc5ad (patch)
tree66387e2a7cc9b1680c8b0f02100dfe319f05d48a /libavformat/demux.h
parent5452cbdc150f0fcff736cd3897a2c41fec77fb79 (diff)
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 'libavformat/demux.h')
-rw-r--r--libavformat/demux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/demux.h b/libavformat/demux.h
index 1f57e062f6..d65eb16ff8 100644
--- a/libavformat/demux.h
+++ b/libavformat/demux.h
@@ -169,7 +169,7 @@ void ff_rfps_calculate(AVFormatContext *ic);
* Useful to simplify the rescaling of the arguments of AVInputFormat::read_seek2()
*
* @param[in] tb_in Timebase of the input `min_ts`, `ts` and `max_ts`
- * @param[in] tb_out Timebase of the ouput `min_ts`, `ts` and `max_ts`
+ * @param[in] tb_out Timebase of the output `min_ts`, `ts` and `max_ts`
* @param[in,out] min_ts Lower bound of the interval
* @param[in,out] ts Timestamp
* @param[in,out] max_ts Upper bound of the interval