From: Luca Abeni Date: Sat, 28 Feb 2009 18:23:19 +0000 (+0000) Subject: Fix typo in a comment X-Git-Tag: v0.5~71 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d3da8a4565a96b3a4da0495a6d4be3412c0df619;p=platform%2Fupstream%2Flibav.git 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 */