]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_format_attr_h264.c: Make sure profile-level-id fmtp attribute is set
authorSean Bright <sean.bright@gmail.com>
Thu, 13 Dec 2018 21:56:50 +0000 (16:56 -0500)
committerSean Bright <sean.bright@gmail.com>
Thu, 13 Dec 2018 22:03:37 +0000 (17:03 -0500)
commit560747dca4ac0dbc46c543812a38c6b8e926fc21
treebcb1fb96ce4a71516d96970b47b325be892e7a70
parentc01a770fc0fbffa2781ec707699e3b0dfd099aad
res_format_attr_h264.c: Make sure profile-level-id fmtp attribute is set

The profile-iop octet (the 2nd) of profile-level-id can be zero
according to RFC 6184 Section 8.1. So we ignore its value when deciding
to include profile-level-id in the outgoing SDP.

ASTERISK-27959 #close
Reported by: David Kuehling

Change-Id: Id28cd916a3d7748058fe9609b585d07d9e243f73
res/res_format_attr_h264.c