mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-07-17 17:21:55 +00:00
janus: fixed int shadowing
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user