Commit 4f16deab authored by lucabe's avatar lucabe

Fix typo in a comment


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17664 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d968100f
......@@ -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
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment