git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7114 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2005-11-16 17:26:11 +00:00
parent 492087f45f
commit 2b656be753
2 changed files with 3 additions and 1 deletions

View File

@@ -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);
}