avcodec/decode: add missing \n to log message

This commit is contained in:
wm4 2017-10-03 17:43:13 +02:00 committed by Timo Rothenpieler
parent ae5046e492
commit 0aecc08e5f
1 changed files with 1 additions and 1 deletions

View File

@ -1115,7 +1115,7 @@ static int setup_hwaccel(AVCodecContext *avctx,
if (!hwa) {
av_log(avctx, AV_LOG_ERROR,
"Could not find an AVHWAccel for the pixel format: %s",
"Could not find an AVHWAccel for the pixel format: %s\n",
name);
return AVERROR(ENOENT);
}