X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavdevice%2Fxcbgrab.c;h=1968fe02d4f453ee369893b3ee9eeee0a1f8f0f9;hb=22b0daa1b3f0ac5d91cc1a057d230995590847cd;hp=2068cd3ab49d193932b86d6f0e59e709c67a5524;hpb=9ca5d2de5d14fb60a0b4d2eace73a34e7e33861f;p=ffmpeg diff --git a/libavdevice/xcbgrab.c b/libavdevice/xcbgrab.c index 2068cd3ab49..1968fe02d4f 100644 --- a/libavdevice/xcbgrab.c +++ b/libavdevice/xcbgrab.c @@ -509,7 +509,7 @@ static int pixfmt_from_pixmap_format(AVFormatContext *s, int depth, fmt++; } - av_log(s, AV_LOG_ERROR, "Pixmap format not mappable.\n"); + avpriv_report_missing_feature(s, "Mapping this pixmap format"); return AVERROR_PATCHWELCOME; }