mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-12 18:10:13 +01:00
avcodec/decode: add missing \n to log message
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user