]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/xwdenc.c
Merge commit 'ac9d159015a88aa2721b271875d18482f713f354'
[ffmpeg] / libavcodec / xwdenc.c
index e98de5e82911f302a27b7c8e3c99d835886328e0..4b4f36821663cdf44f90c64a010ee86f3ca507ed 100644 (file)
@@ -138,7 +138,7 @@ static int xwd_encode_frame(AVCodecContext *avctx, AVPacket *pkt,
         vclass   = XWD_STATIC_GRAY;
         break;
     default:
-        av_log(avctx, AV_LOG_INFO, "unsupported pixel format\n");
+        av_log(avctx, AV_LOG_ERROR, "unsupported pixel format\n");
         return AVERROR(EINVAL);
     }