diff rtp.h @ 1856:99d50be70d9a libavformat

Move rtp_get_payload_type()'s unaltered comments to the header file.
author takis
date Sun, 04 Mar 2007 23:27:59 +0000
parents 4227bfda0df5
children 17893fe08372
line wrap: on
line diff
--- a/rtp.h	Sun Mar 04 22:41:06 2007 +0000
+++ b/rtp.h	Sun Mar 04 23:27:59 2007 +0000
@@ -26,6 +26,8 @@
 
 int rtp_init(void);
 int rtp_get_codec_info(AVCodecContext *codec, int payload_type);
+
+/* return < 0 if unknown payload type */
 int rtp_get_payload_type(AVCodecContext *codec);
 
 typedef struct RTPDemuxContext RTPDemuxContext;