mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +00:00
FS-5331
This commit is contained in:
parent
9dcfc67dd0
commit
c4c2883c61
@ -2025,7 +2025,7 @@ static void switch_loadable_module_sort_codecs(const switch_codec_implementation
|
||||
#endif
|
||||
}
|
||||
|
||||
if (this_ptime != sorted_ptime) {
|
||||
if (i > 0 && strcasecmp(array[i]->iananame, array[i-1]->iananame) && this_ptime != sorted_ptime) {
|
||||
int j;
|
||||
int swapped = 0;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user