mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
FS-8204 add sprop-stereo also
This commit is contained in:
@@ -253,6 +253,7 @@ static char *gen_fmtp(opus_codec_settings_t *settings, switch_memory_pool_t *poo
|
||||
}
|
||||
|
||||
if (settings->stereo) {
|
||||
settings->sprop_stereo = settings->stereo;
|
||||
snprintf(buf + strlen(buf), sizeof(buf) - strlen(buf), "stereo=%d; ", settings->stereo);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user