git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3abbf20
)
avcodec/xwddec: use avpriv_report_missing_feature
author
Paul B Mahol
<onemda@gmail.com>
Mon, 7 Oct 2013 13:41:50 +0000
(13:41 +0000)
committer
Paul B Mahol
<onemda@gmail.com>
Tue, 8 Oct 2013 12:40:33 +0000
(12:40 +0000)
Signed-off-by: Paul B Mahol <onemda@gmail.com>
libavcodec/xwddec.c
patch
|
blob
|
history
diff --git
a/libavcodec/xwddec.c
b/libavcodec/xwddec.c
index
6d952be
..
c28e19f
100644
(file)
--- a/
libavcodec/xwddec.c
+++ b/
libavcodec/xwddec.c
@@
-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);
+ av
priv_report_missing_feature(avctx, "Pixmap format %d
", pixformat);
return AVERROR_PATCHWELCOME;
}