rtp_engine: Avoid a typo error in Doxygen for ast_rtp_codecs_find_payload_code.

Change-Id: Ica089d4507a27ddfc4ce3a88d697ffbef378de48
This commit is contained in:
Alexander Traud
2018-05-11 17:37:57 +02:00
parent 6773ea9e39
commit 263637a38d

View File

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