mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-30 17:59:21 +00:00
fix compilation errors
This commit is contained in:
parent
f9a242f3f8
commit
b280b12cb6
3 changed files with 2 additions and 3 deletions
|
|
@ -2395,7 +2395,7 @@ static int find_crypto_index_from_tag(const SalSrtpCryptoAlgo crypto[],unsigned
|
|||
return -1;
|
||||
}
|
||||
|
||||
static void configure_rtp_session_for_rtcp_fb(LinphoneCall *call, SalStreamDescription *stream) {
|
||||
static void configure_rtp_session_for_rtcp_fb(LinphoneCall *call, const SalStreamDescription *stream) {
|
||||
RtpSession *session = NULL;
|
||||
|
||||
if (stream->type == SalAudio) {
|
||||
|
|
|
|||
2
oRTP
2
oRTP
|
|
@ -1 +1 @@
|
|||
Subproject commit 79e8c769eebb7a60ba55f5bcada0aa200507d017
|
||||
Subproject commit 7383e9725b5861a7cb65f0be62d0eb0af7c2ede9
|
||||
|
|
@ -4402,7 +4402,6 @@ static void call_with_generic_nack_rtcp_feedback(void) {
|
|||
LinphoneCall *call_marie;
|
||||
bool_t call_ok;
|
||||
OrtpNetworkSimulatorParams params = { 0 };
|
||||
int dummy = 0;
|
||||
|
||||
params.enabled = TRUE;
|
||||
params.loss_rate = 10;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue