mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +00:00
bridge_softmix: Removed unused parameter from check_binaural_position_change(.).
Found as a result of the function being passed an uninitalized variable by clang. ASTERISK-27550 Change-Id: I8af3bd84656b685a956d498459f8db3613f68954
This commit is contained in:
@@ -1404,7 +1404,7 @@ static int softmix_mixing_loop(struct ast_bridge *bridge)
|
||||
}
|
||||
|
||||
#ifdef BINAURAL_RENDERING
|
||||
check_binaural_position_change(bridge, softmix_data, bridge_channel);
|
||||
check_binaural_position_change(bridge, softmix_data);
|
||||
#endif
|
||||
|
||||
/* Go through pulling audio from each factory that has it available */
|
||||
|
Reference in New Issue
Block a user