diff options
author | Luca Abeni <lucabe72@email.it> | 2009-02-28 18:23:19 +0000 |
---|---|---|
committer | Luca Abeni <lucabe72@email.it> | 2009-02-28 18:23:19 +0000 |
commit | d3da8a4565a96b3a4da0495a6d4be3412c0df619 (patch) | |
tree | 5e88a258c46b2d269f7b6a94628a1c6ddc891ba7 | |
parent | c3efd98c09da4b49bcd47da188d9677e79598d04 (diff) | |
download | ffmpeg-d3da8a4565a96b3a4da0495a6d4be3412c0df619.tar.gz |
Fix typo in a comment
Originally committed as revision 17664 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/rtp.h | 2 |
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 */ |