mirror of https://git.ffmpeg.org/ffmpeg.git
Doxygenize the unaltered comments for the RTP_MAX_SDES definition.
Originally committed as revision 8247 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
01c9c33a59
commit
190e507be3
|
@ -55,7 +55,7 @@ extern URLProtocol rtp_protocol;
|
||||||
|
|
||||||
#define RTP_PT_PRIVATE 96
|
#define RTP_PT_PRIVATE 96
|
||||||
#define RTP_VERSION 2
|
#define RTP_VERSION 2
|
||||||
#define RTP_MAX_SDES 256 /* maximum text length for SDES */
|
#define RTP_MAX_SDES 256 /**< maximum text length for SDES */
|
||||||
|
|
||||||
/* RTCP paquets use 0.5 % of the bandwidth */
|
/* RTCP paquets use 0.5 % of the bandwidth */
|
||||||
#define RTCP_TX_RATIO_NUM 5
|
#define RTCP_TX_RATIO_NUM 5
|
||||||
|
|
Loading…
Reference in New Issue