[Asterisk-code-review] rtp engine: Avoid a typo error in Doxygen for ast rtp codecs... (asterisk[13])

Joshua Colp asteriskteam at digium.com
Mon May 14 06:25:06 CDT 2018


Joshua Colp has submitted this change and it was merged. ( https://gerrit.asterisk.org/8979 )

Change subject: rtp_engine: Avoid a typo error in Doxygen for ast_rtp_codecs_find_payload_code.
......................................................................

rtp_engine: Avoid a typo error in Doxygen for ast_rtp_codecs_find_payload_code.

Change-Id: Ica089d4507a27ddfc4ce3a88d697ffbef378de48
---
M include/asterisk/rtp_engine.h
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Corey Farrell: Looks good to me, but someone else must approve
  Matthew Fredrickson: Looks good to me, approved
  Joshua Colp: Approved for Submit



diff --git a/include/asterisk/rtp_engine.h b/include/asterisk/rtp_engine.h
index 7daff67..4b25e30 100644
--- a/include/asterisk/rtp_engine.h
+++ b/include/asterisk/rtp_engine.h
@@ -1499,7 +1499,7 @@
  * 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.

-- 
To view, visit https://gerrit.asterisk.org/8979
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-MessageType: merged
Gerrit-Change-Id: Ica089d4507a27ddfc4ce3a88d697ffbef378de48
Gerrit-Change-Number: 8979
Gerrit-PatchSet: 1
Gerrit-Owner: Alexander Traud <pabstraud at compuserve.com>
Gerrit-Reviewer: Corey Farrell <git at cfware.com>
Gerrit-Reviewer: Jenkins2
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Matthew Fredrickson <creslin at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180514/13b0fb7f/attachment-0001.html>


More information about the asterisk-code-review mailing list