[Pkg-voip-commits] [janus] 194/282: Update janus_audiobridge.c

Jonas Smedegaard dr at jones.dk
Wed Dec 20 21:53:40 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to annotated tag debian/0.2.6-1
in repository janus.

commit 4f62029fb19cc260928f047ff83dfae961f707df
Author: Pranay Surana <suranapranay at users.noreply.github.com>
Date:   Tue Nov 21 18:53:42 2017 -0800

    Update janus_audiobridge.c
---
 plugins/janus_audiobridge.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/janus_audiobridge.c b/plugins/janus_audiobridge.c
index 1f24507..97267dd 100644
--- a/plugins/janus_audiobridge.c
+++ b/plugins/janus_audiobridge.c
@@ -2613,7 +2613,7 @@ void janus_audiobridge_incoming_rtp(janus_plugin_session *handle, int video, cha
 			JANUS_LOG(LOG_ERR, "[Opus] Ops! got an error accessing the RTP payload\n");
 			g_free(pkt->data);
 			g_free(pkt);
-		  participant->working = FALSE;
+		  	participant->working = FALSE;
 			return;
 		}
 		pkt->length = opus_decode(participant->decoder, payload, plen, (opus_int16 *)pkt->data, BUFFER_SAMPLES, USE_FEC);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/janus.git



More information about the Pkg-voip-commits mailing list