]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/xwddec.c
avformat: use ff_alloc_extradata()
[ffmpeg] / libavcodec / xwddec.c
index 6d952be3b46658cb4a49878dfba04bc7f00e11c4..c28e19fa8b4f689e7933d92d97904a03e0cc4b6e 100644 (file)
@@ -141,7 +141,7 @@ static int xwd_decode_frame(AVCodecContext *avctx, void *data,
     }
 
     if (pixformat != XWD_Z_PIXMAP) {
-        av_log(avctx, AV_LOG_ERROR, "pixmap format %d unsupported\n", pixformat);
+        avpriv_report_missing_feature(avctx, "Pixmap format %d", pixformat);
         return AVERROR_PATCHWELCOME;
     }