]> git.ipfire.org Git - thirdparty/asterisk.git/commit
format: Register format-attribute module with cached formats. 01/1601/3
authorAlexander Traud <pabstraud@compuserve.com>
Wed, 11 Nov 2015 17:46:28 +0000 (18:46 +0100)
committerAlexander Traud <pabstraud@compuserve.com>
Fri, 13 Nov 2015 08:26:37 +0000 (09:26 +0100)
commitd8d3991390bcae96dd5e33c59dcfe17e9932b7d4
treea44994c4b8e51afe5b6642a1fd5da2af8170f986
parentdac0bf063c756ce737aa84b246a7c4e6c317b696
format: Register format-attribute module with cached formats.

In Asterisk 13, cached formats are created before their corresponding format-
attribute module is registered. Cached formats are involved when a local
extension is called. Therefore, ast_format_generate_sdp_fmtp did not work
on local extensions. This change affects the Opus Codec, H.263 (Plus), H.264,
and format-attribute modules provided externally.

ASTERISK-25160 #close

Change-Id: I1ea1f0483e5261e2a050112e4ebdfc22057d1354
main/format.c