diff rtp.h @ 4614:b4c4ee906a60 libavformat

Fix typo in a comment
author lucabe
date Sat, 28 Feb 2009 18:23:19 +0000
parents 0642f8079ecf
children 5315c722e61e
line wrap: on
line diff
--- a/rtp.h	Sat Feb 28 18:21:43 2009 +0000
+++ b/rtp.h	Sat Feb 28 18:23:19 2009 +0000
@@ -41,7 +41,7 @@
  * 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
  */