mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
Add missing newlines to CLI logging
........ Merged revisions 361471 from http://svn.asterisk.org/svn/asterisk/branches/1.8 ........ Merged revisions 361472 from http://svn.asterisk.org/svn/asterisk/branches/10 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@361476 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -657,7 +657,7 @@ static void my_scale(struct fbuf_t *in, AVPicture *p_in,
|
||||
eff_w, eff_h, out->pix_fmt,
|
||||
SWS_BICUBIC, NULL, NULL, NULL);
|
||||
if (convert_ctx == NULL) {
|
||||
ast_log(LOG_ERROR, "FFMPEG::convert_cmodel : swscale context initialization failed");
|
||||
ast_log(LOG_ERROR, "FFMPEG::convert_cmodel : swscale context initialization failed\n");
|
||||
return;
|
||||
}
|
||||
if (0)
|
||||
|
Reference in New Issue
Block a user