]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
[core] Fix jitter buffer- it is not truncating frames properly. It is also overflowi... 1442/head
authorChris Rienzo <chris@signalwire.com>
Tue, 11 Aug 2020 23:32:21 +0000 (23:32 +0000)
committerDragos Oancea <dragos@signalwire.com>
Tue, 16 Nov 2021 14:21:11 +0000 (16:21 +0200)
commit51904df21a918d3e8148bd0e5ea5f5b9ce30e5d6
tree2a5cd8033c2bacc4abf9fe5075b9f3cc4516e55c
parented9c039a6493b660e2689c3e1eb2b3140c8b4ef0
[core] Fix jitter buffer- it is not truncating frames properly.  It is also overflowing the node packet body and is copying the packet body twice.  Remove magic numbers and replace with constant.
src/include/switch_rtp.h
src/switch_jitterbuffer.c