From d3da8a4565a96b3a4da0495a6d4be3412c0df619 Mon Sep 17 00:00:00 2001 From: Luca Abeni Date: Sat, 28 Feb 2009 18:23:19 +0000 Subject: Fix typo in a comment Originally committed as revision 17664 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/rtp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat') diff --git a/libavformat/rtp.h b/libavformat/rtp.h index 998a30f0da..26f7cbb371 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 */ -- cgit v1.2.3