FS-5331
This commit is contained in:
parent
35b584bd19
commit
8a727b0de4
|
@ -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…
Reference in New Issue