This commit is contained in:
lcjh
2021-09-09 21:32:54 +08:00
committed by GitHub
parent bdeb96d0a7
commit 1495285a6a
2 changed files with 2 additions and 2 deletions

View File

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

View File

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