<p>Sean Bright has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/10812">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">res_format_attr_h264.c: Make sure profile-level-id fmtp attribute is set<br><br>The profile-iop octet (the 2nd) of profile-level-id can be zero<br>according to RFC 6184 Section 8.1. So we ignore its value when deciding<br>to include profile-level-id in the outgoing SDP.<br><br>ASTERISK-27959 #close<br>Reported by: David Kuehling<br><br>Change-Id: Id28cd916a3d7748058fe9609b585d07d9e243f73<br>---<br>M res/res_format_attr_h264.c<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/12/10812/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/res/res_format_attr_h264.c b/res/res_format_attr_h264.c</span><br><span>index 702a13e..d5b9138 100644</span><br><span>--- a/res/res_format_attr_h264.c</span><br><span>+++ b/res/res_format_attr_h264.c</span><br><span>@@ -284,7 +284,7 @@</span><br><span>        APPEND_IF_NOT_H264_UNSET(attr->PACKETIZATION_MODE, str, "packetization-mode");</span><br><span>  APPEND_IF_NOT_H264_UNSET(attr->LEVEL_ASYMMETRY_ALLOWED, str, "level-asymmetry-allowed");</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-       if (attr->PROFILE_IDC && attr->PROFILE_IOP && attr->LEVEL) {</span><br><span style="color: hsl(120, 100%, 40%);">+ if (attr->PROFILE_IDC && attr->LEVEL) {</span><br><span>                if (added) {</span><br><span>                         ast_str_append(str, 0, ";");</span><br><span>               } else if (0 < ast_str_append(str, 0, "a=fmtp:%u ", payload)) {</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/10812">change 10812</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/10812"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 13 </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Id28cd916a3d7748058fe9609b585d07d9e243f73 </div>
<div style="display:none"> Gerrit-Change-Number: 10812 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Sean Bright <sean.bright@gmail.com> </div>