]> git.sesse.net Git - ffmpeg/blobdiff - libavdevice/xcbgrab.c
Bump versions for master after 3.3
[ffmpeg] / libavdevice / xcbgrab.c
index 2068cd3ab49d193932b86d6f0e59e709c67a5524..1968fe02d4f453ee369893b3ee9eeee0a1f8f0f9 100644 (file)
@@ -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;
 }