mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
* #26839: audio: fix formatting
This commit is contained in:
@ -82,7 +82,7 @@ void SamplerateConverter::resample(const AudioBuffer &dataIn, AudioBuffer &dataO
|
||||
if (sampleFactor == 1.0)
|
||||
return;
|
||||
|
||||
if(nbChans != channels_) {
|
||||
if (nbChans != channels_) {
|
||||
// change channel num if needed
|
||||
int err;
|
||||
src_delete(src_state_);
|
||||
|
Reference in New Issue
Block a user