[core] coverity CID 1468459 (Logically dead code)

This commit is contained in:
Dragos Oancea 2023-04-10 15:05:39 +03:00 committed by Jakub Karolczyk
parent 142da7c9bd
commit 084b790115

View File

@ -160,8 +160,6 @@ SWITCH_DECLARE(switch_status_t) switch_packetizer_feed_extradata(switch_packetiz
p += 5;
left -= 5;
if (left < 0) return SWITCH_STATUS_FALSE;
//sps
n_sps = *p & 0x1f;
p += 1;