mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-12 18:10:13 +01:00
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>
This commit is contained in:
committed by
Stefano Sabatini
parent
5452cbdc15
commit
c07ed10b0e
@@ -1454,7 +1454,7 @@ static int dash_init(AVFormatContext *s)
|
||||
}
|
||||
|
||||
if (av_cmp_q(c->max_playback_rate, c->min_playback_rate) < 0) {
|
||||
av_log(s, AV_LOG_WARNING, "Minimum playback rate value is higer than the Maximum. Both will be ignored\n");
|
||||
av_log(s, AV_LOG_WARNING, "Minimum playback rate value is higher than the Maximum. Both will be ignored\n");
|
||||
c->min_playback_rate = c->max_playback_rate = (AVRational) {1, 1};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user