]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_format_attr_h263: Generate valid SDP fmtp for H.263+.
authorAlexander Traud <pabstraud@compuserve.com>
Thu, 28 Jan 2021 14:39:01 +0000 (15:39 +0100)
committerJoshua Colp <jcolp@sangoma.com>
Wed, 3 Mar 2021 18:27:47 +0000 (12:27 -0600)
commitfcf1bec363ae27c7b2b1eb141ad713c9b8f4d11e
tree27494ad4fab116809fa5bf079d0aeff7a155649c
parentd65041ebea0d54b5306419866a08e6e171fb444d
res_format_attr_h263: Generate valid SDP fmtp for H.263+.

Fixed:
* RFC 4629 does not allow the value "0" for MPI, K, and N.
* Allow value "0" for PAR.
* BPP is printed only when specified because "0" has a meaning.

New:
* Added CPCF and MaxBR.
* Some implementations provide CIF without MPI: a=fmtp:xx CIF;F=1
  Although a violation of RFC 3555 section 3, we can support that.

Changed:
* Resorts the CIFs from large to small which partly fixes ASTERISK~29267.

Change-Id: I95a650c715007b8dde11a77cb37d9c6c123a441e
res/res_format_attr_h263.c