summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorLuca Abeni <lucabe72@email.it>2009-02-28 18:23:19 +0000
committerLuca Abeni <lucabe72@email.it>2009-02-28 18:23:19 +0000
commitd3da8a4565a96b3a4da0495a6d4be3412c0df619 (patch)
tree5e88a258c46b2d269f7b6a94628a1c6ddc891ba7 /libavformat
parentc3efd98c09da4b49bcd47da188d9677e79598d04 (diff)
Fix typo in a comment
Originally committed as revision 17664 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/rtp.h2
1 files changed, 1 insertions, 1 deletions
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
*/