Merge "rtp_engine: Avoid a typo error in Doxygen for ast_rtp_codecs_find_payload_code."

This commit is contained in:
Joshua Colp
2018-05-14 06:30:44 -05:00
committed by Gerrit Code Review

View File

@@ -1607,7 +1607,7 @@ int ast_rtp_codecs_payload_code_tx(struct ast_rtp_codecs *codecs, int asterisk_f
* Example usage: * Example usage:
* *
* \code * \code
* int payload = ast_rtp_codecs_payload_code(&codecs, 0); * int payload = ast_rtp_codecs_find_payload_code(&codecs, 0);
* \endcode * \endcode
* *
* This looks for the numerical payload for ULAW in the codecs structure. * This looks for the numerical payload for ULAW in the codecs structure.