Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
1494a25f
Commit
1494a25f
authored
Jun 21, 2010
by
Alexandre Savard
Browse files
[#2530] Remove comments
parent
533c7770
Changes
1
Hide whitespace changes
Inline
Side-by-side
sflphone-common/src/audio/audiortp/AudioRtpSession.h
View file @
1494a25f
...
@@ -690,6 +690,7 @@ namespace sfl {
...
@@ -690,6 +690,7 @@ namespace sfl {
result
=
jitter_buffer_get
(
_jbuffer
,
&
jPacketOut
,
desiredSpan
,
&
offs
);
result
=
jitter_buffer_get
(
_jbuffer
,
&
jPacketOut
,
desiredSpan
,
&
offs
);
jitter_buffer_tick
(
_jbuffer
);
jitter_buffer_tick
(
_jbuffer
);
/*
switch(result) {
switch(result) {
case JITTER_BUFFER_OK:
case JITTER_BUFFER_OK:
_debug("JITTER_BUFFER_OK");
_debug("JITTER_BUFFER_OK");
...
@@ -707,6 +708,7 @@ namespace sfl {
...
@@ -707,6 +708,7 @@ namespace sfl {
_debug("Unknown error");
_debug("Unknown error");
break;
break;
}
}
*/
// DTMF over RTP, size must be over 4 in order to process it as voice data
// DTMF over RTP, size must be over 4 in order to process it as voice data
if
(
size
>
4
)
{
if
(
size
>
4
)
{
...
...
Write
Preview
Supports
Markdown
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