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
This commit is contained in:
Luca Abeni
2009-02-16 09:36:21 +00:00
parent 42402a55b0
commit 0550b58f4e
4 changed files with 4 additions and 4 deletions

View File

@@ -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