This commit is contained in:
lcjh 2021-09-09 21:32:54 +08:00 committed by GitHub
parent bdeb96d0a7
commit 1495285a6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -127,7 +127,7 @@ Autorun
AUTOSIZECOLUMNS
AUTOUPDATE
AValid
avialable
available
awakeversion
AWAYMODE
AYUV

View file

@ -261,7 +261,7 @@ IMFSample* ConvertIMFVideoSample(const MFT_REGISTER_TYPE_INFO& inputType,
if (!videoDecoderActivated)
{
LOG("No converter avialable for the selected format");
LOG("No converter available for the selected format");
return nullptr;
}