mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-04 18:27:36 +00:00
FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_loadable_module.h
This commit is contained in:
parent
85d963f666
commit
fa40e64916
@ -457,9 +457,6 @@ SWITCH_DECLARE(uint32_t) switch_core_codec_next_id(void);
|
|||||||
return 1;
|
return 1;
|
||||||
break;
|
break;
|
||||||
case 48000:
|
case 48000:
|
||||||
max_ms = 40;
|
|
||||||
ptime_div = 2;
|
|
||||||
break;
|
|
||||||
case 44100:
|
case 44100:
|
||||||
max_ms = 40;
|
max_ms = 40;
|
||||||
ptime_div = 2;
|
ptime_div = 2;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user