mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
requesthandler: Fix C4267 warnings
This commit is contained in:
parent
b5d50c4243
commit
773f85e0d7
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user