]> git.sesse.net Git - ffmpeg/blobdiff - libavdevice/xcbgrab.c
vaapi_encode: Support VBR mode
[ffmpeg] / libavdevice / xcbgrab.c
index 0fd99ebc9f4c8eebbff7b8d60499cd23f97df813..2913df5e9423cc2d6e9db59aa49c836f31713900 100644 (file)
@@ -500,7 +500,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;
 }