mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
issue #5764
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7114 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -3461,7 +3461,7 @@ static int process_sdp(struct sip_pvt *p, struct sip_request *req)
|
||||
return -1;
|
||||
}
|
||||
if (debug)
|
||||
ast_verbose("Found video format %s\n", ast_getformatname(codec));
|
||||
ast_verbose("Found video format %s\n", codec);
|
||||
ast_rtp_set_m_type(p->vrtp, codec);
|
||||
codecs = ast_skip_blanks(codecs + len);
|
||||
}
|
||||
|
Reference in New Issue
Block a user