Correct spelling mistakes found with Codespell

This commit is contained in:
Casey Korver
2023-07-09 08:24:53 -05:00
committed by Cameron Gutman
parent e287ebcded
commit ea06ec0133
11 changed files with 14 additions and 14 deletions

View File

@@ -891,7 +891,7 @@ bool FFmpegVideoDecoder::tryInitializeRendererForDecoderByName(const char *decod
for (int i = 0;; i++) {
const AVCodecHWConfig *config = avcodec_get_hw_config(decoder, i);
if (!config) {
// No remaing hwaccel options
// No remaining hwaccel options
break;
}
@@ -1067,7 +1067,7 @@ bool FFmpegVideoDecoder::initialize(PDECODER_PARAMETERS params)
for (int i = 0;; i++) {
const AVCodecHWConfig *config = avcodec_get_hw_config(decoder, i);
if (!config) {
// No remaing hwaccel options
// No remaining hwaccel options
break;
}
@@ -1109,7 +1109,7 @@ bool FFmpegVideoDecoder::initialize(PDECODER_PARAMETERS params)
for (int i = 0;; i++) {
const AVCodecHWConfig *config = avcodec_get_hw_config(decoder, i);
if (!config) {
// No remaing hwaccel options
// No remaining hwaccel options
break;
}