diff options
author | Luca Abeni <lucabe72@email.it> | 2009-02-16 09:36:21 +0000 |
---|---|---|
committer | Luca Abeni <lucabe72@email.it> | 2009-02-16 09:36:21 +0000 |
commit | 0550b58f4e8091959242f57d15be50e2bf23880f (patch) | |
tree | bd35ce6c7971acec5d08bee719fc2a54696f84c7 /libavformat/rtp.h | |
parent | 42402a55b05e3bb70b4029673a7d08452861a090 (diff) | |
download | ffmpeg-0550b58f4e8091959242f57d15be50e2bf23880f.tar.gz |
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
Diffstat (limited to 'libavformat/rtp.h')
-rw-r--r-- | libavformat/rtp.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |