From 142887741fceed6de63a64e21cfca1944c2be889 Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Mon, 26 Sep 2011 11:56:47 -0400 Subject: rtp: Correct ff_rtp_get_payload_type documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since 0c378ea1f, it can't fail anymore. Signed-off-by: Martin Storsjö --- libavformat/rtp.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libavformat/rtp.h') 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); -- cgit v1.2.3