summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavformat/rtp.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/libavformat/rtp.h b/libavformat/rtp.h
index 36157ce172..4d948ada82 100644
--- a/libavformat/rtp.h
+++ b/libavformat/rtp.h
@@ -27,9 +27,7 @@
* Return the payload type for a given codec.
*
* @param codec The context of the codec
- * @return In case of unknown payload type or dynamic payload type, a
- * negative value is returned; otherwise, the payload type (the 'PT' field
- * in the RTP header) is returned.
+ * @return The payload type (the 'PT' field in the RTP header).
*/
int ff_rtp_get_payload_type(AVCodecContext *codec);