Skip to content
Snippets Groups Projects
Commit 0aecc08e authored by wm4's avatar wm4 Committed by Timo Rothenpieler
Browse files

avcodec/decode: add missing \n to log message

parent ae5046e4
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment