Skip to content

Commit

Permalink
エラーメッセージの修正。
Browse files Browse the repository at this point in the history
  • Loading branch information
rigaya committed Nov 8, 2023
1 parent 849e01d commit fadf31a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VCECore/vce_core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2512,7 +2512,7 @@ RGY_ERR VCECore::checkGPUListByEncoder(std::vector<std::unique_ptr<VCEDevice>> &
Support10bitDepth = false;
}
if (!Support10bitDepth) {
message += strsprintf(_T("GPU #%d (%s) does not support 10bit depth %s decoding.\n"), (*gpu)->id(), (*gpu)->name().c_str(), CodecToStr(prm->codec).c_str());
message += strsprintf(_T("GPU #%d (%s) does not support 10bit depth %s encoding.\n"), (*gpu)->id(), (*gpu)->name().c_str(), CodecToStr(prm->codec).c_str());
gpu = gpuList.erase(gpu);
continue;
}
Expand Down
2 changes: 1 addition & 1 deletion VCEEnc/VCEEnc_readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ Radeon RX550
今後の更新で設定ファイルの互換性がなくなるかもしれません。

【どうでもいいメモ】
2023.11.xx (8.17)
2023.11.08 (8.17)
[VCEEncC]
- AMFを1.4.30に更新。
AMD Radeon Software Adrenalin Edition 23.5.2 以降が必要。
Expand Down

0 comments on commit fadf31a

Please sign in to comment.