]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
rtp_engine: Avoid a typo error in Doxygen for ast_rtp_codecs_find_payload_code.
authorAlexander Traud <pabstraud@compuserve.com>
Fri, 11 May 2018 15:37:57 +0000 (17:37 +0200)
committerAlexander Traud <pabstraud@compuserve.com>
Fri, 11 May 2018 15:38:20 +0000 (09:38 -0600)
Change-Id: Ica089d4507a27ddfc4ce3a88d697ffbef378de48

include/asterisk/rtp_engine.h

index 7daff6738a3d5d343bb391e6836e7abe8a4e9088..4b25e30cb9ed9ea8396bd6d6651a23abd448382a 100644 (file)
@@ -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.