mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
Quality reporting: remove unused variables
This commit is contained in:
parent
a8ba7b7993
commit
6e38569128
1 changed files with 0 additions and 3 deletions
|
|
@ -300,11 +300,8 @@ void linphone_reporting_update(LinphoneCall * call, int stats_type) {
|
|||
printf("linphone_reporting_call_stats_updated type=%d\n", stats_type);
|
||||
reporting_session_report_t * report = call->log->reports[stats_type];
|
||||
MediaStream * stream = NULL;
|
||||
const SalMediaDescription * remote_media_desc = sal_call_get_remote_media_description(call->op);
|
||||
const PayloadType * local_payload = NULL;
|
||||
const PayloadType * remote_payload = NULL;
|
||||
const SalStreamDescription * remote_desc = NULL;
|
||||
SalStreamType sal_stream_type = (stats_type == LINPHONE_CALL_STATS_AUDIO) ? SalAudio : SalVideo;
|
||||
const LinphoneCallParams * local_params = linphone_call_get_current_params(call);
|
||||
const LinphoneCallParams * remote_params = linphone_call_get_remote_params(call);
|
||||
if (report == NULL) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue