]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
Fix typo in a comment
authorlucabe <lucabe@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sat, 28 Feb 2009 18:23:19 +0000 (18:23 +0000)
committerlucabe <lucabe@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sat, 28 Feb 2009 18:23:19 +0000 (18:23 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17664 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

libavformat/rtp.h

index 998a30f0da77573356e1cdc0caf40550baa517c5..26f7cbb37167d9e1b6b3f669c62138f25e047426 100644 (file)
@@ -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
  */