diff options
author | Panagiotis Issaris <takis.issaris@uhasselt.be> | 2007-03-05 12:15:32 +0000 |
---|---|---|
committer | Panagiotis Issaris <takis.issaris@uhasselt.be> | 2007-03-05 12:15:32 +0000 |
commit | 190e507be38d37dd472770b6376a0c7575db6094 (patch) | |
tree | cfaeb782fb07fc49e71b3f94d709edb9f6f1dc2c /libavformat/rtp.h | |
parent | 01c9c33a591d56fb48018501c92be37877308fb0 (diff) | |
download | ffmpeg-190e507be38d37dd472770b6376a0c7575db6094.tar.gz |
Doxygenize the unaltered comments for the RTP_MAX_SDES definition.
Originally committed as revision 8247 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rtp.h')
-rw-r--r-- | libavformat/rtp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rtp.h b/libavformat/rtp.h index cdd911e5e3..e3e6abc56b 100644 --- a/libavformat/rtp.h +++ b/libavformat/rtp.h @@ -55,7 +55,7 @@ extern URLProtocol rtp_protocol; #define RTP_PT_PRIVATE 96 #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 */ #define RTCP_TX_RATIO_NUM 5 |