From e5f483c60455a06f99b2fbc6df402bdf8fc98782 Mon Sep 17 00:00:00 2001 From: Luca Abeni Date: Tue, 17 Feb 2009 08:09:34 +0000 Subject: Move to rtp.h the prototypes of all the functions defined in rtp.c Originally committed as revision 17389 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/rtp.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libavformat/rtp.h') diff --git a/libavformat/rtp.h b/libavformat/rtp.h index 3d8b79acb3..bcc5349456 100644 --- a/libavformat/rtp.h +++ b/libavformat/rtp.h @@ -33,6 +33,10 @@ */ int ff_rtp_get_payload_type(AVCodecContext *codec); +int rtp_get_codec_info(AVCodecContext *codec, int payload_type); +const char *ff_rtp_enc_name(int payload_type); +enum CodecID ff_rtp_codec_id(const char *buf, enum CodecType codec_type); + #define RTP_PT_PRIVATE 96 #define RTP_VERSION 2 #define RTP_MAX_SDES 256 /**< maximum text length for SDES */ -- cgit v1.2.3