Merge "rtp_engine: rtcp_report_to_json can overflow the ssrc integer value" into 16

This commit is contained in:
George Joseph
2018-09-26 08:08:06 -05:00
committed by Gerrit Code Review
7 changed files with 101 additions and 37 deletions

View File

@@ -6,6 +6,9 @@
#include "asterisk/buildopts.h" /* IWYU pragma: export */
/* Define to 'long' or 'long long' */
#undef AST_JSON_INT_T
/* Define to 1 if internal poll should be used. */
#undef AST_POLL_COMPAT

View File

@@ -81,6 +81,11 @@
/*!@{*/
/*!
* \brief Primarily used to cast when packing to an "I" type.
*/
typedef AST_JSON_INT_T ast_json_int_t;
/*!
* \brief Initialize the JSON library.
*/