Files
asterisk/main
George Joseph 4045e6d8ba codecs: Fix ABI incompatibility created by adding format_name to ast_codec
Adding format_name even to the end of ast_codec caused issued with
binary codec modules because the pointer would be garbage in asterisk
when they registered.  So, the ast_codec structure was reverted and an
internal_ast_codec structure was created just for use in codec.c.  A new
internal-only API was also added (__ast_codec_register_with_format) so
that codec_builtin could register codecs with the format_name in a
separate parameter rather than in the ast_codec structure.

ASTERISK-26144 #close
Reported-by: Alexei Gradinari

Change-Id: I6df1b08f6a6ae089db23adfe1ebc8636330265ba
2016-06-29 09:01:51 -05:00
..
2016-06-08 20:37:08 +03:00
2016-06-22 12:23:44 -05:00
2015-06-10 18:06:15 -05:00
2016-06-02 22:57:49 +03:00
2016-06-08 20:37:08 +03:00
2016-04-08 13:52:02 -05:00
2015-06-08 09:44:04 -05:00
2016-06-22 12:23:44 -05:00
2016-06-08 20:37:08 +03:00