[svn-commits] oej: branch oej/chocolate-video-congestion-11 r433392 - /team/oej/chocolate-v...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Mar 25 09:49:32 CDT 2015


Author: oej
Date: Wed Mar 25 09:49:30 2015
New Revision: 433392

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=433392
Log:
Remove white space. 

Modified:
    team/oej/chocolate-video-congestion-11/channels/chan_sip.c

Modified: team/oej/chocolate-video-congestion-11/channels/chan_sip.c
URL: http://svnview.digium.com/svn/asterisk/team/oej/chocolate-video-congestion-11/channels/chan_sip.c?view=diff&rev=433392&r1=433391&r2=433392
==============================================================================
--- team/oej/chocolate-video-congestion-11/channels/chan_sip.c (original)
+++ team/oej/chocolate-video-congestion-11/channels/chan_sip.c Wed Mar 25 09:49:30 2015
@@ -12773,7 +12773,7 @@
 	if (format->id == AST_FORMAT_H264 /* || format == AST_FORMAT_VP8 */ ) {
 		if (ast_rtp_instance_get_prop(p->vrtp, AST_RTP_PROPERTY_RTCPFB_REMB)) {
 			/* NOte: Will only be added for answers. */
-			ast_str_append(a_buf, 0, " a=rtcp-fb:%d goog-remb\r\n", rtp_code);
+			ast_str_append(a_buf, 0, "a=rtcp-fb:%d goog-remb\r\n", rtp_code);
 		}
 	}
 




More information about the svn-commits mailing list