[Ffmpeg-cvslog] r8247 - trunk/libavformat/rtp.h
takis
subversion
Mon Mar 5 13:15:32 CET 2007
Author: takis
Date: Mon Mar 5 13:15:32 2007
New Revision: 8247
Modified:
trunk/libavformat/rtp.h
Log:
Doxygenize the unaltered comments for the RTP_MAX_SDES definition.
Modified: trunk/libavformat/rtp.h
==============================================================================
--- trunk/libavformat/rtp.h (original)
+++ trunk/libavformat/rtp.h Mon Mar 5 13:15:32 2007
@@ -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
More information about the ffmpeg-cvslog
mailing list