janus: fixed int shadowing

This commit is contained in:
Maxim Devaev
2026-07-14 20:59:24 +03:00
parent 2e07557c8c
commit db96c0699d

View File

@@ -218,7 +218,7 @@ static void *_acap_thread(void *arg) {
goto close_acap; goto close_acap;
} }
int hz = us_chip_tc358743_get_audio_hz(chip_fd); hz = us_chip_tc358743_get_audio_hz(chip_fd);
if (hz == US_ERROR_NO_SIGNAL) { if (hz == US_ERROR_NO_SIGNAL) {
US_ONCE({ US_LOG_INFO("No audio presented from the host"); }); US_ONCE({ US_LOG_INFO("No audio presented from the host"); });
goto close_acap; goto close_acap;