rtp_engine: Avoid a typo error in Doxygen for ast_rtp_codecs_find_payload_code.

Change-Id: Ica089d4507a27ddfc4ce3a88d697ffbef378de48
13.23
Alexander Traud 8 years ago
parent a722e79434
commit 9fe4f99cba

@ -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.

Loading…
Cancel
Save