[FFmpeg-cvslog] avcodec/decode: add missing \n to log message

wm4 git at videolan.org
Sat Nov 11 00:00:10 EET 2017


ffmpeg | branch: master | wm4 <nfxjfg at googlemail.com> | Tue Oct  3 17:43:13 2017 +0200| [0aecc08e5fd15960639a75c43265539e70d0189e] | committer: Timo Rothenpieler

avcodec/decode: add missing \n to log message

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0aecc08e5fd15960639a75c43265539e70d0189e
---

 libavcodec/decode.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/decode.c b/libavcodec/decode.c
index 9fdc7bb565..570799f6d7 100644
--- a/libavcodec/decode.c
+++ b/libavcodec/decode.c
@@ -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);
     }



More information about the ffmpeg-cvslog mailing list