Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
a4cfc69c
Commit
a4cfc69c
authored
May 21, 2012
by
Yann Diorcet
Browse files
Fix call stats init
parent
59415aa6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
coreapi/linphonecall.c
coreapi/linphonecall.c
+1
-1
No files found.
coreapi/linphonecall.c
View file @
a4cfc69c
...
...
@@ -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
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment