From 9fe4f99cbabc75e6212f444fd060459d1828018b Mon Sep 17 00:00:00 2001 From: Alexander Traud Date: Fri, 11 May 2018 17:37:57 +0200 Subject: [PATCH] rtp_engine: Avoid a typo error in Doxygen for ast_rtp_codecs_find_payload_code. Change-Id: Ica089d4507a27ddfc4ce3a88d697ffbef378de48 --- include/asterisk/rtp_engine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/asterisk/rtp_engine.h b/include/asterisk/rtp_engine.h index 7daff6738a..4b25e30cb9 100644 --- a/include/asterisk/rtp_engine.h +++ b/include/asterisk/rtp_engine.h @@ -1499,7 +1499,7 @@ int ast_rtp_codecs_payload_code(struct ast_rtp_codecs *codecs, int asterisk_form * 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. -- 2.47.2