From 1dd7345abc8a9e6f225a8400ee3716c0cf2a71c5 Mon Sep 17 00:00:00 2001 From: Panagiotis Issaris Date: Sun, 4 Mar 2007 23:27:59 +0000 Subject: Move rtp_get_payload_type()'s unaltered comments to the header file. Originally committed as revision 8233 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/rtp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavformat/rtp.h') diff --git a/libavformat/rtp.h b/libavformat/rtp.h index d142fff5e1..d89bf82a8a 100644 --- a/libavformat/rtp.h +++ b/libavformat/rtp.h @@ -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; -- cgit v1.2.3