requesthandler: Fix C4267 warnings

This commit is contained in:
tytan652 2022-07-26 21:39:31 +02:00 committed by tt2468
parent b5d50c4243
commit 773f85e0d7

View File

@ -106,7 +106,7 @@ RequestResult RequestHandler::GetSpecialInputs(const Request &)
std::vector<std::string> channels = {"desktop1", "desktop2", "mic1", "mic2", "mic3", "mic4"};
size_t channelId = 1;
uint32_t channelId = 1;
for (auto &channel : channels) {
OBSSourceAutoRelease input = obs_get_output_source(channelId);
if (!input)