mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-18 23:02:59 +00:00
[core] coverity CID 1468459 (Logically dead code)
This commit is contained in:
parent
142da7c9bd
commit
084b790115
@ -160,8 +160,6 @@ SWITCH_DECLARE(switch_status_t) switch_packetizer_feed_extradata(switch_packetiz
|
|||||||
p += 5;
|
p += 5;
|
||||||
left -= 5;
|
left -= 5;
|
||||||
|
|
||||||
if (left < 0) return SWITCH_STATUS_FALSE;
|
|
||||||
|
|
||||||
//sps
|
//sps
|
||||||
n_sps = *p & 0x1f;
|
n_sps = *p & 0x1f;
|
||||||
p += 1;
|
p += 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user