mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-03 19:16:46 +00:00
format.h: Fix a few minor errors in comments.
A few minor problems were found in comments in format.h. This patch fixes them. Change-Id: I07f0bdb47b93359b361c4c3d8ecc87cd3199dd94
This commit is contained in:
@@ -110,7 +110,7 @@ struct ast_format_interface {
|
||||
struct ast_format *(* const format_parse_sdp_fmtp)(const struct ast_format *format, const char *attributes);
|
||||
|
||||
/*!
|
||||
* \brief Generate SDP attribute information from an ast_format_attr structure.
|
||||
* \brief Generate SDP attribute information from an ast_format structure.
|
||||
*
|
||||
* \param format The format containing attributes
|
||||
* \param payload The payload number to place into the fmtp line
|
||||
|
Reference in New Issue
Block a user