[asterisk-commits] oej: branch oej/chocolate-video-congestion-11 r433291 - /team/oej/chocolate-v...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Mar 23 04:06:49 CDT 2015
Author: oej
Date: Mon Mar 23 04:06:45 2015
New Revision: 433291
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=433291
Log:
Fix typo
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=433291&r1=433290&r2=433291
==============================================================================
--- team/oej/chocolate-video-congestion-11/channels/chan_sip.c (original)
+++ team/oej/chocolate-video-congestion-11/channels/chan_sip.c Mon Mar 23 04:06:45 2015
@@ -11095,7 +11095,7 @@
ast_rtp_codecs_payloads_unset(newvideortp, NULL, codec);
}
}
- } else if (sscanf(a, "rctp-fb: %3u %255[^\t\n]", &codec, rtcfb_string) == 2) {
+ } else if (sscanf(a, "rctp-fb: %3u %255[^\t\n]", &codec, rtcpfb_string) == 2) {
/* AVPF RTCP feedback. We need to check if we really have AVPF, if not ignore these options.
Examples:
a=rtcp-fb:100 ccm fir
More information about the asterisk-commits
mailing list