From: Rafaël Carré 
<rafael.carre-4ysUXcep3aM1wj+D4I0NRVaTQe2KTcn/@public.gmane.org>

Since last commit, it won't fail anymore
---
 libavformat/rtp.h |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/libavformat/rtp.h b/libavformat/rtp.h
index 36157ce..4d948ad 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);
 
-- 
1.7.5.4

_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to