comparison rtp.h @ 4519:f4b9967e0131 libavformat

Remame rtp_get_codec_info() to ff_rtp_get_codec_info(), as it is not a static function
author lucabe
date Tue, 17 Feb 2009 08:12:51 +0000
parents 35d76826b641
children 11cce150a895
comparison
equal deleted inserted replaced
4518:35d76826b641 4519:f4b9967e0131
31 * negative value is returned; otherwise, the payload type (the 'PT' field 31 * negative value is returned; otherwise, the payload type (the 'PT' field
32 * in the RTP header) is returned. 32 * in the RTP header) is returned.
33 */ 33 */
34 int ff_rtp_get_payload_type(AVCodecContext *codec); 34 int ff_rtp_get_payload_type(AVCodecContext *codec);
35 35
36 int rtp_get_codec_info(AVCodecContext *codec, int payload_type); 36 int ff_rtp_get_codec_info(AVCodecContext *codec, int payload_type);
37 const char *ff_rtp_enc_name(int payload_type); 37 const char *ff_rtp_enc_name(int payload_type);
38 enum CodecID ff_rtp_codec_id(const char *buf, enum CodecType codec_type); 38 enum CodecID ff_rtp_codec_id(const char *buf, enum CodecType codec_type);
39 39
40 #define RTP_PT_PRIVATE 96 40 #define RTP_PT_PRIVATE 96
41 #define RTP_VERSION 2 41 #define RTP_VERSION 2