From 0550b58f4e8091959242f57d15be50e2bf23880f Mon Sep 17 00:00:00 2001 From: Luca Abeni Date: Mon, 16 Feb 2009 09:36:21 +0000 Subject: Rename rtp_get_payload_type() to ff_rtp_get_payload_type(), as it is not a static function Originally committed as revision 17364 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/rtp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/rtp.h') diff --git a/libavformat/rtp.h b/libavformat/rtp.h index 6a19225cac..1347045f3a 100644 --- a/libavformat/rtp.h +++ b/libavformat/rtp.h @@ -24,7 +24,7 @@ #include "libavcodec/avcodec.h" /** return < 0 if unknown payload type */ -int rtp_get_payload_type(AVCodecContext *codec); +int ff_rtp_get_payload_type(AVCodecContext *codec); #define RTP_PT_PRIVATE 96 #define RTP_VERSION 2 -- cgit v1.2.3