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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user