mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-01-25 02:07:54 +00:00
FS-8130
Port video buffer to also support audio and remove original STFU jitter buffer Add some more resilience to video packet loss Add codec control mechanism for both call-specific debug and codec/call specfic params Make opus function better in packet loss and latent situations Use new codec control prams to make JB lookahead FEC optionally enabled or disabled mid-call Add Param to allow JB lookahead to be enabled.
This commit is contained in:
@@ -1279,9 +1279,6 @@ PREDEFINED =SWITCH_DECLARE(type)=type \
|
||||
SPAN_DECLARE(type)=type \
|
||||
SPAN_DECLARE_NONSTD(type)=type \
|
||||
SPAN_DECLARE_DATA= \
|
||||
STFU_DECLARE(type)=type \
|
||||
STFU_DECLARE_NONSTD(type)=type \
|
||||
STFU_DECLARE_DATA= \
|
||||
FT_DECLARE(type)=type \
|
||||
FT_DECLARE_NONSTD(type)=type \
|
||||
FT_DECLARE_INLINE(type)=type \
|
||||
|
||||
Reference in New Issue
Block a user