[FFmpeg-cvslog] r17664 - trunk/libavformat/rtp.h

lucabe subversion
Sat Feb 28 19:23:19 CET 2009


Author: lucabe
Date: Sat Feb 28 19:23:19 2009
New Revision: 17664

Log:
Fix typo in a comment

Modified:
   trunk/libavformat/rtp.h

Modified: trunk/libavformat/rtp.h
==============================================================================
--- trunk/libavformat/rtp.h	Sat Feb 28 19:21:43 2009	(r17663)
+++ trunk/libavformat/rtp.h	Sat Feb 28 19:23:19 2009	(r17664)
@@ -41,7 +41,7 @@ int ff_rtp_get_payload_type(AVCodecConte
  * channels and sample_rate fields are also filled.
  *
  * @param codec The context of the codec
- * @param payload_type The the payload type (the 'PT' field in the RTP header)
+ * @param payload_type The payload type (the 'PT' field in the RTP header)
  * @return In case of unknown payload type or dynamic payload type, a
  * negative value is returned; otherwise, 0 is returned
  */




More information about the ffmpeg-cvslog mailing list