Commit 0aecc08e authored by wm4's avatar wm4 Committed by Timo Rothenpieler

avcodec/decode: add missing \n to log message

parent ae5046e4
......@@ -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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment