Merge branch 'master' of git.linphone.org:linphone

This commit is contained in:
Yann Diorcet 2012-05-21 17:30:07 +02:00
commit f708db271e

View file

@ -318,7 +318,7 @@ static void linphone_call_init_common(LinphoneCall *call, LinphoneAddress *from,
}
void linphone_call_init_stats(LinphoneCallStats *stats, int type) {
stats->type = LINPHONE_CALL_STATS_AUDIO;
stats->type = type;
stats->received_rtcp = NULL;
stats->sent_rtcp = NULL;
}