[SCM] libav/experimental: Fix typo in a comment

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:39:54 UTC 2013


The following commit has been merged in the experimental branch:
commit d3da8a4565a96b3a4da0495a6d4be3412c0df619
Author: Luca Abeni <lucabe72 at email.it>
Date:   Sat Feb 28 18:23:19 2009 +0000

    Fix typo in a comment
    
    Originally committed as revision 17664 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/rtp.h b/libavformat/rtp.h
index 998a30f..26f7cbb 100644
--- a/libavformat/rtp.h
+++ b/libavformat/rtp.h
@@ -41,7 +41,7 @@ int ff_rtp_get_payload_type(AVCodecContext *codec);
  * 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
  */

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list