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:
@@ -233,7 +233,7 @@ static void sdp_write_media(char *buff, int size, AVCodecContext *c, const char
|
||||
const char *type;
|
||||
int payload_type;
|
||||
|
||||
payload_type = rtp_get_payload_type(c);
|
||||
payload_type = ff_rtp_get_payload_type(c);
|
||||
if (payload_type < 0) {
|
||||
payload_type = 96; /* FIXME: how to assign a private pt? rtp.c is broken too */
|
||||
}
|
||||
|
Reference in New Issue
Block a user